Skip to content

Commit 4043a50

Browse files
committed
test(stleary#871-strictMode): minor change, test gpg
1 parent 35b21ae commit 4043a50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public void givenInvalidInputArrays_testStrictModeFalse_shouldNotThrowAnyExcepti
4949
JSONParserConfiguration jsonParserConfiguration = new JSONParserConfiguration()
5050
.withStrictMode(false);
5151

52-
5352
strictModeInputTestCases.stream().peek(System.out::println).forEach(testCase -> new JSONArray(testCase, jsonParserConfiguration));
5453
}
5554

0 commit comments

Comments
 (0)