From 4864163323719b438b8ccc0176befcbce227ccdd Mon Sep 17 00:00:00 2001 From: MaryamShaghaghi <122574719+MaryamShaghaghi@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:37:32 +0100 Subject: [PATCH] Add filter screen and viewmodel tests Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> --- .../net/mullvad/mullvadvpn/viewmodel/FilterViewModelTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/FilterViewModelTest.kt b/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/FilterViewModelTest.kt index 032e53feecff..30b3f6e064d0 100644 --- a/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/FilterViewModelTest.kt +++ b/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/FilterViewModelTest.kt @@ -6,6 +6,7 @@ import io.mockk.coVerify import io.mockk.every import io.mockk.mockk import io.mockk.unmockkAll +import kotlin.test.assertEquals import kotlinx.coroutines.cancel import kotlinx.coroutines.flow.MutableStateFlow import kotlinx.coroutines.flow.flowOf @@ -23,7 +24,6 @@ import org.junit.After import org.junit.Before import org.junit.Rule import org.junit.Test -import kotlin.test.assertEquals class FilterViewModelTest { @get:Rule val testCoroutineRule = TestCoroutineRule()