Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Oct 6, 2024
1 parent 17c4703 commit 35505c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jvmTest/kotlin/eu/vendeli/rethis/ReThisTestCtx.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ abstract class ReThisTestCtx(
).apply {
start()
}
private val connAddr = InetSocketAddress(redis.host, redis.firstMappedPort)

protected val client = ReThis(connAddr)
protected val client = ReThis(redis.host, redis.firstMappedPort)
}

0 comments on commit 35505c0

Please sign in to comment.