Skip to content

Commit

Permalink
chore(#871-strictMode): fix small spacing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkarth committed Mar 22, 2024
1 parent d335447 commit 49de922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void testThrowException() {
@Test
public void testOverwrite() {
JSONObject jsonObject = new JSONObject(TEST_SOURCE,
new JSONParserConfiguration().withOverwriteDuplicateKey(true));
new JSONParserConfiguration().withOverwriteDuplicateKey(true));

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

0 comments on commit 49de922

Please sign in to comment.