Skip to content

Commit 8aaf2f7

Browse files
committed
Implement DebugTestBase in DebugProbesTest
1 parent 1e7ca75 commit 8aaf2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-debug/test/DebugProbesTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.junit.Test
88
import java.util.concurrent.*
99
import kotlin.test.*
1010

11-
class DebugProbesTest : TestBase() {
11+
class DebugProbesTest : DebugTestBase() {
1212

1313
private fun CoroutineScope.createDeferred(): Deferred<*> = async(NonCancellable) {
1414
throw ExecutionException(null)

0 commit comments

Comments
 (0)