Skip to content

Commit 06edc47

Browse files
committed
Better method name
1 parent 78e18d4 commit 06edc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void testAaclan() throws EncoderException {
128128
* @throws EncoderException for some failure scenarios
129129
*/
130130
@Test
131-
void testAychlmajrForCodec122() throws EncoderException {
131+
void testAychlmajrCodec122() throws EncoderException {
132132
checkEncoding("04567", "Aychlmajr");
133133
}
134134

0 commit comments

Comments
 (0)