Skip to content

Commit 4c1f088

Browse files
committed
Fixed test name.
1 parent 06699ca commit 4c1f088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/java/s0014.longest.common.prefix/SolutionTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
public class SolutionTest {
99
@Test
10-
public void romanToInt() {
10+
public void longestCommonPrefix() {
1111
assertThat(
1212
new Solution().longestCommonPrefix(new String[] {"flower", "flow", "flight"}),
1313
equalTo("fl"));

0 commit comments

Comments
 (0)