Skip to content

Commit 88936ac

Browse files
committed
Test throws AssertionError instead of Error
1 parent 559eed1 commit 88936ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/codec/binary/Base32Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public class Base32Test {
105105
"OOOOIIII" }
106106
};
107107
} catch (final DecoderException de) {
108-
throw new Error(":(", de);
108+
throw new AssertionError(":(", de);
109109
}
110110
}
111111
private static final String [][] BASE32HEX_TEST_CASES = { // RFC 4648

0 commit comments

Comments
 (0)