Skip to content

Commit e15ebe4

Browse files
fix build
1 parent 5fc6310 commit e15ebe4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/com/fishercoder/_809Test.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
public class _809Test {
1010
private static _809.Solution1 solution1;
1111
private String[] words;
12-
private String S;
1312

1413
@BeforeClass
1514
public static void setup() {
@@ -19,7 +18,6 @@ public static void setup() {
1918
@Test
2019
public void test1() {
2120
words = new String[]{"hello", "hi", "helo"};
22-
S = "heeellooo";
23-
assertEquals(1, solution1.expressiveWords(S, words));
21+
assertEquals(1, solution1.expressiveWords("heeellooo", words));
2422
}
2523
}

0 commit comments

Comments
 (0)