Skip to content

Commit 866521b

Browse files
committed
CoroutineExceptionHandlerTest fixed
1 parent dea9bd6 commit 866521b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/CoroutineExceptionHandlerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class CoroutineExceptionHandlerTest : TestBase() {
1111
coroutineException = ex
1212
expect(3)
1313
}
14-
val job = launch(CommonPool + handler) {
14+
val job = launch(context + handler) {
1515
throw TestException()
1616
}
1717
expect(2)

0 commit comments

Comments
 (0)