Skip to content

Commit d9be575

Browse files
committed
Better test method names.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1637846 13f79535-47bb-0310-9956-ffa450edef68
1 parent 845c2f7 commit d9be575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public void testDecodeHexCharArrayOddCharacters5() {
233233
}
234234

235235
@Test
236-
public void testDecodeStringOddCharacters() {
236+
public void testDecodeHexStringOddCharacters() {
237237
try {
238238
new Hex().decode("6");
239239
fail("An exception wasn't thrown when trying to decode an odd number of characters");

0 commit comments

Comments
 (0)