Skip to content

Commit 054919c

Browse files
author
Javier Seixas
committed
Includes missing imports in test class
1 parent 9a66989 commit 054919c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
import java.text.MessageFormat;
88

9+
import org.json.JSONArray;
910
import org.json.JSONException;
11+
import org.json.JSONObject;
1012
import org.junit.Test;
1113
import org.skyscreamer.jsonassert.comparator.ArraySizeComparator;
1214
import org.skyscreamer.jsonassert.comparator.CustomComparator;

0 commit comments

Comments
 (0)