Skip to content

Commit 971614a

Browse files
committed
fix expected exception message
1 parent 3081b4b commit 971614a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/json/junit/JSONMLTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void nonXMLException() {
9898
fail("Expecting an exception");
9999
} catch (JSONException e) {
100100
assertEquals("Expecting an exception message",
101-
"Bad XML at 23 [character 24 line 1]",
101+
"Bad XML at 24 [character 25 line 1]",
102102
e.getMessage());
103103
}
104104
}

0 commit comments

Comments
 (0)