JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / datamodel / SearchResultsTest.java
index 15b0314..d0e58ea 100644 (file)
@@ -1,8 +1,7 @@
 package jalview.datamodel;
 
-import static org.junit.Assert.assertEquals;
-
-import org.junit.Test;
+import static org.testng.AssertJUnit.assertEquals;
+import org.testng.annotations.Test;
 
 public class SearchResultsTest
 {