Skip to content

Commit 7fca71e

Browse files
committed
Fix compile warning for unit test.
1 parent d942307 commit 7fca71e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/github/underscore/ArraysTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public Boolean apply(Integer item) {
115115
}
116116

117117
@Test(expected = NoSuchElementException.class)
118+
@SuppressWarnings("unchecked")
118119
public void firstEmpty() {
119120
$.first(asList());
120121
}

0 commit comments

Comments
 (0)