Always expect version 2.0
[jFCPlib.git] / src / test / java / net / pterodactylus / fcp / quelaton / DefaultFcpClientTest.java
index e44d03c..b547ca7 100644 (file)
@@ -48,7 +48,7 @@ public class DefaultFcpClientTest {
 
        public DefaultFcpClientTest() throws IOException {
                fcpServer = new FakeTcpServer(threadPool);
-               fcpClient = new DefaultFcpClient(threadPool, "localhost", fcpServer.getPort(), () -> "Test", () -> "2.0");
+               fcpClient = new DefaultFcpClient(threadPool, "localhost", fcpServer.getPort(), () -> "Test");
        }
 
        @After