Skip to content

Commit ed1d265

Browse files
committed
use protocol marshaller
1 parent 211878a commit ed1d265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

control/src/test/kotlin/integration/ProbeIntegrationTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ abstract class ProbeIntegrationTest {
6868
@JvmStatic
6969
fun setup() = runBlocking {
7070
vertx = Vertx.vertx()
71-
ProtocolMarshaller.setupCodecs(vertx)
7271

7372
val socket = setupTcp(vertx)
7473
socket.handler(FrameParser(TCPServiceFrameParser(vertx, socket)))

0 commit comments

Comments
 (0)