Skip to content

Commit d9af098

Browse files
dkhalanskyjbwoainikk
authored andcommitted
Unseal TestCoroutineScope (#3072)
Fixes #3070
1 parent d2abbfa commit d9af098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-test/jvm/src/migration/TestCoroutineScope.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import kotlin.coroutines.*
1515
@ExperimentalCoroutinesApi
1616
@Deprecated("Use `TestScope` in combination with `runTest` instead")
1717
// Since 1.6.0, ERROR in 1.7.0 and removed as experimental in 1.8.0
18-
public sealed interface TestCoroutineScope : CoroutineScope {
18+
public interface TestCoroutineScope : CoroutineScope {
1919
/**
2020
* Called after the test completes.
2121
*

0 commit comments

Comments
 (0)