Skip to content

Commit 93af28e

Browse files
committed
remove outdated commented code
1 parent 600c489 commit 93af28e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ internal class RPCServerImplTest {
105105
}
106106
}
107107

108-
/*@Test
109-
fun addMethod() {
110-
rpcServer.addMethod(Any, )
111-
}*/
112-
113108
@Nested
114109
inner class TestRequestHandling {
115110
//TODO: the tests in this nested class could be improved, e.g. by mocking the rpcMethod and its

0 commit comments

Comments
 (0)