Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite15ebe4

Browse files
fix build
1 parent5fc6310 commite15ebe4

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
publicclass_809Test {
1010
privatestatic_809.Solution1solution1;
1111
privateString[]words;
12-
privateStringS;
1312

1413
@BeforeClass
1514
publicstaticvoidsetup() {
@@ -19,7 +18,6 @@ public static void setup() {
1918
@Test
2019
publicvoidtest1() {
2120
words =newString[]{"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)

[8]ページ先頭

©2009-2025 Movatter.jp