X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fwot%2FDefaultIdentityTest.java;h=8def0e0cb4603b85662e2f6d1c267b080d7f3da6;hb=0c887926116aefa2245701890b6d40ec4ca4c838;hp=f11c7e32e8962def695f16f9fa77e277b1ac12f9;hpb=c4ae226ec5052116cefc542ae2017036a7bc6332;p=Sone.git diff --git a/src/test/java/net/pterodactylus/sone/freenet/wot/DefaultIdentityTest.java b/src/test/java/net/pterodactylus/sone/freenet/wot/DefaultIdentityTest.java index f11c7e3..8def0e0 100644 --- a/src/test/java/net/pterodactylus/sone/freenet/wot/DefaultIdentityTest.java +++ b/src/test/java/net/pterodactylus/sone/freenet/wot/DefaultIdentityTest.java @@ -19,7 +19,7 @@ package net.pterodactylus.sone.freenet.wot; import static com.google.common.collect.ImmutableMap.of; import static java.util.Arrays.asList; -import static net.pterodactylus.sone.Matchers.matchesRegex; +import static net.pterodactylus.sone.test.Matchers.matchesRegex; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.containsInAnyOrder; import static org.hamcrest.Matchers.empty;