mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 19:15:27 -04:00
fix method names
This commit is contained in:
parent
08d93f3eb5
commit
dae88d7c5c
@ -59,7 +59,7 @@ public class JSONArrayTest {
|
||||
* Tests that the similar method is working as expected.
|
||||
*/
|
||||
@Test
|
||||
public void aaaVerifySimilar() {
|
||||
public void verifySimilar() {
|
||||
final String string1 = "HasSameRef";
|
||||
JSONArray obj1 = new JSONArray()
|
||||
.put("abc")
|
||||
|
@ -63,7 +63,7 @@ public class JSONObjectTest {
|
||||
* Tests that the similar method is working as expected.
|
||||
*/
|
||||
@Test
|
||||
public void aaaVerifySimilar() {
|
||||
public void verifySimilar() {
|
||||
final String string1 = "HasSameRef";
|
||||
JSONObject obj1 = new JSONObject()
|
||||
.put("key1", "abc")
|
||||
|
Loading…
x
Reference in New Issue
Block a user