We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e1e93 commit a85d611Copy full SHA for a85d611
kotlinx-coroutines-core/jvm/test/CancellableContinuationJvmTest.kt
@@ -16,7 +16,7 @@ class CancellableContinuationJvmTest : TestBase() {
16
private suspend fun checkToString() {
17
suspendCancellableCoroutine<Unit> {
18
it.resume(Unit)
19
- assertTrue(it.toString().contains("kotlinx/coroutines/CancellableContinuationJvmTest.checkToString(CancellableContinuationJvmTest.kt"))
+ assertTrue(it.toString().contains("kotlinx.coroutines.CancellableContinuationJvmTest.checkToString(CancellableContinuationJvmTest.kt"))
20
}
21
22
0 commit comments