X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fwot%2FDefaultIdentityTest.java;h=9d595704320ff1196ab99318c07c47582894105f;hp=b0e88ad2855f690538077785dab02c7bed729199;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=76ed638264e531a26e35647d13702db865a52321 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 b0e88ad..9d59570 100644 --- a/src/test/java/net/pterodactylus/sone/freenet/wot/DefaultIdentityTest.java +++ b/src/test/java/net/pterodactylus/sone/freenet/wot/DefaultIdentityTest.java @@ -1,5 +1,5 @@ /* - * Sone - DefaultIdentityTest.java - Copyright © 2013–2015 David Roden + * Sone - DefaultIdentityTest.java - Copyright © 2013–2019 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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; @@ -36,8 +36,6 @@ import org.junit.Test; /** * Unit test for {@link DefaultIdentity}. - * - * @author David ‘Bombe’ Roden */ public class DefaultIdentityTest {