Skip to content

Commit ead9d05

Browse files
committed
Fix CancellationTest.kt
1 parent b095a9f commit ead9d05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

krpc/krpc-test/src/commonTest/kotlin/kotlinx/rpc/krpc/test/cancellation/CancellationTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ class CancellationTest {
274274
println("[testCancelServer] Second request finished")
275275
clientFlowJob.join()
276276
println("[testCancelServer] Client flow finished")
277-
278-
serverInstance().fence.complete(Unit)
279277
serverFlowJob.join()
280278
println("[testCancelServer] Server flow finished")
281279

0 commit comments

Comments
 (0)