diff --git a/mvvm-state-test/src/commonMain/kotlin/dev/icerock/moko/mvvm/test/flow/FlowTest.kt b/mvvm-state-test/src/commonMain/kotlin/dev/icerock/moko/mvvm/test/flow/FlowTest.kt index f7e9964..6917f1f 100644 --- a/mvvm-state-test/src/commonMain/kotlin/dev/icerock/moko/mvvm/test/flow/FlowTest.kt +++ b/mvvm-state-test/src/commonMain/kotlin/dev/icerock/moko/mvvm/test/flow/FlowTest.kt @@ -6,8 +6,6 @@ package dev.icerock.moko.mvvm.test.flow import dev.icerock.moko.mvvm.flow.dataTransform import dev.icerock.moko.mvvm.state.ResourceState -import dev.icerock.moko.test.AndroidArchitectureInstantTaskExecutorRule -import dev.icerock.moko.test.TestRule import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.ExperimentalCoroutinesApi @@ -24,9 +22,6 @@ import kotlin.test.assertTrue @OptIn(ExperimentalCoroutinesApi::class) open class FlowTest { - @get:TestRule - val instantTaskExecutorRule = AndroidArchitectureInstantTaskExecutorRule() - private val coroutineScope = CoroutineScope(Dispatchers.Unconfined) @Test