We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7ca75 commit 8aaf2f7Copy full SHA for 8aaf2f7
kotlinx-coroutines-debug/test/DebugProbesTest.kt
@@ -8,7 +8,7 @@ import org.junit.Test
8
import java.util.concurrent.*
9
import kotlin.test.*
10
11
-class DebugProbesTest : TestBase() {
+class DebugProbesTest : DebugTestBase() {
12
13
private fun CoroutineScope.createDeferred(): Deferred<*> = async(NonCancellable) {
14
throw ExecutionException(null)
0 commit comments