diff --git a/communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt b/communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt index 6bd973e89..1b2d7b800 100644 --- a/communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt +++ b/communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt @@ -105,11 +105,6 @@ internal class RPCServerImplTest { } } - /*@Test - fun addMethod() { - rpcServer.addMethod(Any, ) - }*/ - @Nested inner class TestRequestHandling { //TODO: the tests in this nested class could be improved, e.g. by mocking the rpcMethod and its