Skip to content

Commit 791cbc4

Browse files
committed
Fixed testDoneFutureCompletedExceptionally test
1 parent 3c3aed7 commit 791cbc4

File tree

1 file changed

+0
-2
lines changed
  • kotlinx-coroutines-jdk8/src/test/kotlin/kotlinx/coroutines/experimental/future

1 file changed

+0
-2
lines changed

kotlinx-coroutines-jdk8/src/test/kotlin/kotlinx/coroutines/experimental/future/FutureTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ class FutureTest {
6060
e.message!!
6161
} + "K"
6262
}
63-
64-
assertFalse(future.isDone)
6563
assertEquals("OK", future.get())
6664
}
6765

0 commit comments

Comments
 (0)