Skip to content

Commit d1ef91b

Browse files
author
luigi
committed
fix
1 parent 3de7603 commit d1ef91b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/codegen/service-codegen-tests/src/test/kotlin/com/test/ServiceEngineFactoryTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class ServiceEngineFactoryTest {
2626
fun `checks service with netty engine`() {
2727
val nettyPort: Int = ServerSocket(0).use { it.localPort }
2828
val nettyProc = startService("netty", nettyPort, closeGracePeriodMillis, closeTimeoutMillis, requestBodyLimit, projectDir)
29-
3029
val ready = waitForPort(nettyPort, portListenerTimeout)
3130
assertTrue(ready, "Service did not start within $portListenerTimeout s")
3231
cleanupService(nettyProc, gracefulWindow)

0 commit comments

Comments
 (0)