Skip to content

Commit

Permalink
Corrected typo in the HexBytesTest empty text
Browse files Browse the repository at this point in the history
  • Loading branch information
a6cexz committed Jul 5, 2018
1 parent 84f7c9d commit 050dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/bytes/HexBytesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
public final class HexBytesTest {

@Test
public void empytText() throws Exception {
public void emptyText() throws Exception {
MatcherAssert.assertThat(
"Can't represent an empty hexadecimal text",
new HexBytes(new TextOf("")).asBytes(),
Expand Down

0 comments on commit 050dd73

Please sign in to comment.