Skip to content

Commit

Permalink
Unseal TestCoroutineScope (Kotlin#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Dec 10, 2021
1 parent a6b17dc commit 2005821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kotlin.coroutines.*
@ExperimentalCoroutinesApi
@Deprecated("Use `TestScope` in combination with `runTest` instead")
// Since 1.6.0, ERROR in 1.7.0 and removed as experimental in 1.8.0
public sealed interface TestCoroutineScope : CoroutineScope {
public interface TestCoroutineScope : CoroutineScope {
/**
* Called after the test completes.
*
Expand Down

0 comments on commit 2005821

Please sign in to comment.