Skip to content

Commit

Permalink
icerockdev#183 remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kramlex committed Sep 24, 2022
1 parent 753f0b0 commit 3a26abc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3a26abc

Please sign in to comment.