Skip to content

Commit 5729da7

Browse files
iSnowGoodforGod
authored andcommitted
Removed events stuff again, moved to different library
(cherry picked from commit 50d5799)
1 parent 01b31ff commit 5729da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/java/io/api/util/BasicUtilsTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ public void isResponseNullThrows() {
9898

9999
@Test(expected = ParseException.class)
100100
public void isThrowParseException() {
101-
throw new ParseException("Test", null);
101+
throw new ParseException("Test", null, null);
102102
}
103103
}

0 commit comments

Comments
 (0)