We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9234244 commit 07766e2Copy full SHA for 07766e2
kotlinx-coroutines-test/jvm/src/migration/TestCoroutineScope.kt
@@ -15,7 +15,7 @@ import kotlin.coroutines.*
15
@ExperimentalCoroutinesApi
16
@Deprecated("Use `TestScope` in combination with `runTest` instead")
17
// Since 1.6.0, ERROR in 1.7.0 and removed as experimental in 1.8.0
18
-public sealed interface TestCoroutineScope : CoroutineScope {
+public interface TestCoroutineScope : CoroutineScope {
19
/**
20
* Called after the test completes.
21
*
0 commit comments