Skip to content

Commit

Permalink
Adjust hashcode assert
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Mar 10, 2022
1 parent 7d922bb commit e8067a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/ethlo/time/DateTimeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public void testEquals()
public void testHashcode()
{
System.out.println(a);
assertThat(a.hashCode()).isEqualTo(-148521044);
assertThat(a.hashCode()).isEqualTo(-309185068);
}
}

0 comments on commit e8067a7

Please sign in to comment.