Skip to content

Commit 7ca5c2a

Browse files
author
Gary Gregory
committed
Fix test class name
1 parent 021dbec commit 7ca5c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/charset/CharsetDecodersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* Tests {@link CharsetDecoders}.
3131
*/
32-
public class CharsetDecdersTest {
32+
public class CharsetDecodersTest {
3333

3434
@Test
3535
public void testToCharsetDecoders_default() {

0 commit comments

Comments
 (0)