Skip to content

Commit 3d25774

Browse files
committed
Update master
1 parent 346fb38 commit 3d25774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/skyscreamer/jsonassert/JSONAssertTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void testReversed() throws JSONException {
3030
testPass("{name:\"Joe\",id:1}", "{id:1,name:\"Joe\"}", true);
3131
}
3232

33-
@Test // Currently JSONAssert assumes JSONObject. Consider migrating to net.sf.json to cleanly add arrays.
33+
@Test // Currently JSONAssert assumes JSONObject.
3434
public void testArray() throws JSONException {
3535
testPass("[1,2,3]","[1,2,3]", true);
3636
testPass("[1,2,3]","[1,3,2]", false);

0 commit comments

Comments
 (0)