8000 fix test 5 · githubniraj/Leetcode@e2c2064 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2c2064

Browse files
fix test 5
1 parent fea26a9 commit e2c2064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fishercoder/_5Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public void test1() {
2424
s = "babad";
2525
assertEquals("bab", solution1.longestPalindrome(s));
2626
assertEquals("aba", solution2.longestPalindrome(s));
27-
assertEquals("aba", solution3.longestPalindrome(s));
27+
assertEquals("bab", solution3.longestPalindrome(s));
2828
}
2929

3030
}

0 commit comments

Comments
 (0)
0