Cleaning up imports.

This commit is contained in:
Rob Greene 2018-06-07 21:21:27 -05:00
parent 05ab07e323
commit 369f1e5eba
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
package io.github.applecommander.applesingle;
import static org.junit.Assert.*;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.io.ByteArrayOutputStream;
import java.io.IOException;