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 7f0a5a1 commit 8564804Copy full SHA for 8564804
src/test/java/com/github/underscore/UnderscoreTest.java
@@ -1121,7 +1121,6 @@ void testStreamXmlToJson_invalidXml_throwsException() {
1121
Exception exception = assertThrows(Exception.class, () -> {
1122
U.streamXmlToJson(xmlStream, jsonStream, Json.JsonStringBuilder.Step.TWO_SPACES);
1123
}, "Should throw exception for invalid XML.");
1124
-
1125
String msg = exception.getMessage();
1126
assertNotNull(msg, "Exception message for invalid XML should not be null.");
1127
}
0 commit comments