Skip to content

Commit 43943fc

Browse files
committed
Add assertion
1 parent 489a3ca commit 43943fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ public void testSoundexBasic3() {
151151
assertEquals("645740", soundex("Moskowitz"));
152152
assertEquals("645740", soundex("Moskovitz"));
153153
assertEquals("154600|145460|454600|445460", soundex("Jackson"));
154-
assertEquals("154654|154645|154644|145465|145464|454654|454645|454644|445465|445464",
155-
soundex("Jackson-Jackson"));
154+
assertEquals("154654|154645|154644|145465|145464|454654|454645|454644|445465|445464", soundex("Jackson-Jackson"));
155+
assertEquals("154654|154645|154644|145465|145464|454654|454645|454644|445465|445464", soundex("JacksonJackson"));
156156
}
157157

158158
@Test

0 commit comments

Comments
 (0)