We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d93f3 commit dae88d7Copy full SHA for dae88d7
src/test/java/org/json/junit/JSONArrayTest.java
@@ -59,7 +59,7 @@ public class JSONArrayTest {
59
* Tests that the similar method is working as expected.
60
*/
61
@Test
62
- public void aaaVerifySimilar() {
+ public void verifySimilar() {
63
final String string1 = "HasSameRef";
64
JSONArray obj1 = new JSONArray()
65
.put("abc")
src/test/java/org/json/junit/JSONObjectTest.java
@@ -63,7 +63,7 @@ public class JSONObjectTest {
66
67
68
JSONObject obj1 = new JSONObject()
69
.put("key1", "abc")
0 commit comments