Use USK key in tests (even though it doesn’t matter)
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 22 Aug 2015 16:26:26 +0000 (18:26 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 22 Aug 2015 16:26:26 +0000 (18:26 +0200)
src/test/java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java

index a93c229..4e5eb84 100644 (file)
@@ -2290,7 +2290,7 @@ public class DefaultFcpClientTest {
 
        public class UskSubscriptionCommands {
 
-               private static final String URI = "SSK@some,uri/file.txt";
+               private static final String URI = "USK@some,uri/file.txt";
 
                @Test
                public void subscriptionWorks() throws InterruptedException, ExecutionException, IOException {