Don’t use TestNG’s Test.
[xudocci.git] / src / test / java / net / pterodactylus / irc / SourceTest.java
index 84f4a85..201c8b1 100644 (file)
@@ -22,7 +22,7 @@ import static org.hamcrest.CoreMatchers.notNullValue;
 import static org.hamcrest.MatcherAssert.assertThat;
 
 import com.google.common.base.Optional;
-import org.testng.annotations.Test;
+import org.junit.Test;
 
 /**
  * Tests for {@link Source}.