Skip to content

Commit

Permalink
Fixed test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Jul 6, 2021
1 parent 06699ca commit 4c1f088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class SolutionTest {
@Test
public void romanToInt() {
public void longestCommonPrefix() {
assertThat(
new Solution().longestCommonPrefix(new String[] {"flower", "flow", "flight"}),
equalTo("fl"));
Expand Down

0 comments on commit 4c1f088

Please sign in to comment.