We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211878a commit ed1d265Copy full SHA for ed1d265
control/src/test/kotlin/integration/ProbeIntegrationTest.kt
@@ -68,7 +68,6 @@ abstract class ProbeIntegrationTest {
68
@JvmStatic
69
fun setup() = runBlocking {
70
vertx = Vertx.vertx()
71
- ProtocolMarshaller.setupCodecs(vertx)
72
73
val socket = setupTcp(vertx)
74
socket.handler(FrameParser(TCPServiceFrameParser(vertx, socket)))
0 commit comments