We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b31ff commit 5729da7Copy full SHA for 5729da7
src/test/java/io/api/util/BasicUtilsTests.java
@@ -98,6 +98,6 @@ public void isResponseNullThrows() {
98
99
@Test(expected = ParseException.class)
100
public void isThrowParseException() {
101
- throw new ParseException("Test", null);
+ throw new ParseException("Test", null, null);
102
}
103
0 commit comments