Skip to content

Commit 50d5799

Browse files
committed
Removed events stuff again, moved to different library
1 parent 2e61c0f commit 50d5799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)