Skip to content

Commit b8a8d7d

Browse files
committed
Added test annotation to TreeMapTest hashCode
1 parent 67e69b3 commit b8a8d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/fj/data/TreeMapTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void minKey() {
122122
assertThat(t2.delete(0).minKey(), equalTo(some(1)));
123123
}
124124

125+
@Test
125126
public void emptyHashCode() {
126127
// Hash code of tree map should not throw NullPointerException
127128
// see https://github.com/functionaljava/functionaljava/issues/187

0 commit comments

Comments
 (0)