We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a672d5f commit c39effeCopy full SHA for c39effe
core/kotlinx-coroutines-core/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