Skip to content

Commit

Permalink
Implement DebugTestBase in DebugProbesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Mar 13, 2020
1 parent 1e7ca75 commit 8aaf2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-debug/test/DebugProbesTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.junit.Test
import java.util.concurrent.*
import kotlin.test.*

class DebugProbesTest : TestBase() {
class DebugProbesTest : DebugTestBase() {

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

0 comments on commit 8aaf2f7

Please sign in to comment.