Skip to content

Commit 49de922

Browse files
author
rikkarth
committed
chore(#871-strictMode): fix small spacing typo
1 parent d335447 commit 49de922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void testThrowException() {
2323
@Test
2424
public void testOverwrite() {
2525
JSONObject jsonObject = new JSONObject(TEST_SOURCE,
26-
new JSONParserConfiguration().withOverwriteDuplicateKey(true));
26+
new JSONParserConfiguration().withOverwriteDuplicateKey(true));
2727

2828
assertEquals("duplicate key should be overwritten", "value2", jsonObject.getString("key"));
2929
}

0 commit comments

Comments
 (0)