Don’t use TestNG’s Test.
[xudocci.git] / src / test / java / net / pterodactylus / irc / ReplyTest.java
index 4ea7157..ca69196 100644 (file)
@@ -23,7 +23,7 @@ import static org.hamcrest.Matchers.is;
 import static org.hamcrest.Matchers.notNullValue;
 
 import com.google.common.base.Optional;
-import org.testng.annotations.Test;
+import org.junit.Test;
 
 /**
  * Tests for {@link Reply}.