Updates tests to have updated message expectations

This commit is contained in:
John J. Aylward
2022-03-21 13:06:19 -04:00
parent a642329314
commit beae279b21
3 changed files with 16 additions and 16 deletions

View File

@@ -158,7 +158,7 @@ public class JSONMLTest {
assertTrue("Expecting an exception", false);
} catch (JSONException e) {
assertEquals("Expecting an exception message",
"JSONArray[0] is not a String.",
"JSONArray[0] is not a String (class org.json.JSONArray).",
e.getMessage());
}
}