Skip to content

Commit

Permalink
#69. Typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Joński committed Sep 11, 2016
1 parent acee2dd commit 169d6dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class NotEqualHashCodeAssertionError extends HashCodeAssertionError {
+ "%s\n"
+ "and\n"
+ "%s\n"
+ "have should have different hash codes:\n"
+ "should have different hash codes:\n"
+ "%s\n"
+ "and\n"
+ "%s";
Expand Down

0 comments on commit 169d6dd

Please sign in to comment.