X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fnet%2Fpterodactylus%2Firc%2FReplyTest.java;h=ca69196a47c18e138d0c14de5c33f8a8c7c3e042;hb=8de91f7c9a03cf58629a959ce921dc391859b54d;hp=4ea7157b841e9dfabec590fdcffd9d17fbda60d8;hpb=578a4b479dfc9ba6342ef2dc366459043b4dbac0;p=xudocci.git diff --git a/src/test/java/net/pterodactylus/irc/ReplyTest.java b/src/test/java/net/pterodactylus/irc/ReplyTest.java index 4ea7157..ca69196 100644 --- a/src/test/java/net/pterodactylus/irc/ReplyTest.java +++ b/src/test/java/net/pterodactylus/irc/ReplyTest.java @@ -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}.