X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fnet%2Fpterodactylus%2Firc%2FReplyTest.java;h=ca69196a47c18e138d0c14de5c33f8a8c7c3e042;hb=2b2db50eefa5595d2180113995d27f06ce667964;hp=4ea7157b841e9dfabec590fdcffd9d17fbda60d8;hpb=08dd8bd4381baf688ee883f4189c76c002a04a9d;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}.