1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

fix method names

This commit is contained in:
John J. Aylward 2017-11-06 10:35:49 -05:00
parent 08d93f3eb5
commit dae88d7c5c
2 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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")