Skip to content

Commit

Permalink
fix mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Feb 26, 2025
1 parent 1b4db1e commit d1e509e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import kotlin.test.*
class TcpServerTest : SuspendTest {
private val testJob = Job()
private val testContext = testJob + TestExceptionHandler
private val serverTransport = KtorTcpServerTransport(testContext).target()
private val serverTransport = KtorTcpServerTransport(testContext).target("127.0.0.1")
private fun KtorTcpServerInstance.clientTransport() =
KtorTcpClientTransport(testContext).target(localAddress)

Expand Down

0 comments on commit d1e509e

Please sign in to comment.