aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/POITestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcases/org/apache/poi/POITestCase.java')
-rw-r--r--src/testcases/org/apache/poi/POITestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcases/org/apache/poi/POITestCase.java b/src/testcases/org/apache/poi/POITestCase.java
index bda78bcf6d..7907012cfb 100644
--- a/src/testcases/org/apache/poi/POITestCase.java
+++ b/src/testcases/org/apache/poi/POITestCase.java
@@ -22,8 +22,8 @@ import static org.hamcrest.CoreMatchers.endsWith;
import static org.hamcrest.CoreMatchers.hasItem;
import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.CoreMatchers.startsWith;
+import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeNoException;