Skip to content

Commit 6660a22

Browse files
committed
Add missing @test
1 parent 33e017d commit 6660a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ void testAdjacentCodes() {
6767
assertEquals("547830|545783|594783|594578", soundex("GERSCHFELD"));
6868
}
6969

70+
@Test
7071
public void testEncodeBasic() {
7172
// same as above, but without branching
7273
assertEquals("097400", encode("AUERBACH"));

0 commit comments

Comments
 (0)