Skip to content

Commit 369f1e5

Browse files
committed
Cleaning up imports.
1 parent 05ab07e commit 369f1e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/src/test/java/io/github/applecommander/applesingle/AppleSingleTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package io.github.applecommander.applesingle;
22

3-
import static org.junit.Assert.*;
3+
import static org.junit.Assert.assertArrayEquals;
44
import static org.junit.Assert.assertEquals;
5+
import static org.junit.Assert.assertFalse;
56
import static org.junit.Assert.assertNotNull;
67
import static org.junit.Assert.assertNull;
8+
import static org.junit.Assert.assertTrue;
79

810
import java.io.ByteArrayOutputStream;
911
import java.io.IOException;

0 commit comments

Comments
 (0)