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 Feb 7, 2022
1 parent 9284bb0 commit ddcd129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/main/java/emissary/test/core/ExtractionTest.java
@@ -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
3 changes: 0 additions & 3 deletions src/test/java/emissary/test/core/TestExtractionTest.java
@@ -1,7 +1,5 @@
package emissary.test.core;

import static org.junit.Assert.*;

import java.io.IOException;
import java.io.InputStream;

Expand All @@ -10,7 +8,6 @@
import org.jdom2.Element;
import org.jdom2.JDOMException;
import org.jdom2.input.SAXBuilder;
import org.jdom2.input.sax.XMLReaders;
import org.junit.Assert;
import org.junit.Test;

Expand Down

0 comments on commit ddcd129

Please sign in to comment.