We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06699ca commit 4c1f088Copy full SHA for 4c1f088
src/test/java/s0014.longest.common.prefix/SolutionTest.java
@@ -7,7 +7,7 @@
7
8
public class SolutionTest {
9
@Test
10
- public void romanToInt() {
+ public void longestCommonPrefix() {
11
assertThat(
12
new Solution().longestCommonPrefix(new String[] {"flower", "flow", "flight"}),
13
equalTo("fl"));
0 commit comments