Skip to content

Commit dae88d7

Browse files
committed
fix method names
1 parent 08d93f3 commit dae88d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class JSONArrayTest {
5959
* Tests that the similar method is working as expected.
6060
*/
6161
@Test
62-
public void aaaVerifySimilar() {
62+
public void verifySimilar() {
6363
final String string1 = "HasSameRef";
6464
JSONArray obj1 = new JSONArray()
6565
.put("abc")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class JSONObjectTest {
6363
* Tests that the similar method is working as expected.
6464
*/
6565
@Test
66-
public void aaaVerifySimilar() {
66+
public void verifySimilar() {
6767
final String string1 = "HasSameRef";
6868
JSONObject obj1 = new JSONObject()
6969
.put("key1", "abc")

0 commit comments

Comments
 (0)