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 f521a43 commit 8d8fc3eCopy full SHA for 8d8fc3e
json-smart/src/test/java/net/minidev/json/test/writer/FakeMapperTest.java
@@ -1,6 +1,5 @@
1
package net.minidev.json.test.writer;
2
3
-import static org.junit.jupiter.api.Assertions.assertEquals;
4
import static org.junit.jupiter.api.Assertions.assertNotNull;
5
import static org.junit.jupiter.api.Assertions.assertNull;
6
import static org.junit.jupiter.api.Assertions.assertSame;
@@ -61,4 +60,4 @@ public void testCreateArray() {
61
60
Object result = mapper.createArray();
62
assertNull(result);
63
}
64
-}
+}
0 commit comments