X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FUnlockSoneCommandTest.java;h=adb6b96d9b7fdad50a1789e4cec9350b82c0e168;hb=2d37242d19f2e726cd402b99f935a0eba282f630;hp=d73b6e31716d41631170faa2630679b584f368df;hpb=67d172414f70c588e878c64ec8ba43f388bc93bb;p=Sone.git diff --git a/src/test/java/net/pterodactylus/sone/fcp/UnlockSoneCommandTest.java b/src/test/java/net/pterodactylus/sone/fcp/UnlockSoneCommandTest.java index d73b6e3..adb6b96 100644 --- a/src/test/java/net/pterodactylus/sone/fcp/UnlockSoneCommandTest.java +++ b/src/test/java/net/pterodactylus/sone/fcp/UnlockSoneCommandTest.java @@ -18,7 +18,7 @@ package net.pterodactylus.sone.fcp; import static com.google.common.base.Optional.of; -import static net.pterodactylus.sone.fcp.Verifiers.verifyAnswer; +import static net.pterodactylus.sone.Verifiers.verifyAnswer; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.MatcherAssert.assertThat; import static org.mockito.Matchers.eq;