Skip to content

Commit

Permalink
Fixed Assert.* imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bishop committed Aug 19, 2022
1 parent 6988474 commit 43787ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/java/emissary/test/core/ExtractionTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package emissary.test.core;

import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

import java.io.IOException;
import java.io.InputStream;
Expand Down

0 comments on commit 43787ff

Please sign in to comment.