mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
fix expected exception message
This commit is contained in:
parent
3081b4bd96
commit
971614ac8b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class JSONMLTest {
|
|||
fail("Expecting an exception");
|
||||
} catch (JSONException e) {
|
||||
assertEquals("Expecting an exception message",
|
||||
"Bad XML at 23 [character 24 line 1]",
|
||||
"Bad XML at 24 [character 25 line 1]",
|
||||
e.getMessage());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue