Skip to content

Commit 86e235c

Browse files
Update mvi/mvi-testing/src/main/java/com/hoc/flowmvi/mvi_testing/BaseMviViewModelTest.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4196c20 commit 86e235c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mvi/mvi-testing/src/main/java/com/hoc/flowmvi/mvi_testing/BaseMviViewModelTest.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ import kotlinx.coroutines.flow.toList
2525
import kotlinx.coroutines.launch
2626
import kotlinx.coroutines.test.runTest
2727
import org.junit.Rule
28+
import kotlin.test.AfterTest
29+
import kotlin.test.BeforeTest
30+
import kotlin.test.assertEquals
31+
import kotlin.time.Duration
32+
import kotlin.time.ExperimentalTime
2833

2934
@ExperimentalTime
3035
@ExperimentalCoroutinesApi

0 commit comments

Comments
 (0)