We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e69b3 commit b8a8d7dCopy full SHA for b8a8d7d
core/src/test/java/fj/data/TreeMapTest.java
@@ -122,6 +122,7 @@ public void minKey() {
122
assertThat(t2.delete(0).minKey(), equalTo(some(1)));
123
}
124
125
+ @Test
126
public void emptyHashCode() {
127
// Hash code of tree map should not throw NullPointerException
128
// see https://github.com/functionaljava/functionaljava/issues/187
0 commit comments