Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
John J. Aylward committed Jul 21, 2020
1 parent 5a31f9e commit 4f1c8b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/org/json/junit/XMLTest.java
Expand Up @@ -885,7 +885,8 @@ public void testToJsonWithNullWhenNilConversionEnabled() {

final JSONObject json = XML.toJSONObject(originalXml,
new XMLParserConfiguration()
.withKeepStrings(false).withcDataTagName("content")
.withKeepStrings(false)
.withcDataTagName("content")
.withConvertNilAttributeToNull(true));
assertEquals(expectedJsonString, json.toString());
}
Expand Down

0 comments on commit 4f1c8b2

Please sign in to comment.