Skip to content

Commit ab7229d

Browse files
committed
Fix tests
1 parent 66b2d3a commit ab7229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/SelectLocationViewModelTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class SelectLocationViewModelTest {
5151
private val relayListWithSelectionFlow =
5252
MutableStateFlow(RelayList(emptyList(), emptyList(), null))
5353
private val mockRelayListUseCase: RelayListUseCase = mockk()
54-
private val mockCustomListActionUseCase: CustomListActionUseCase = mockk()
54+
private val mockCustomListActionUseCase: CustomListActionUseCase = mockk(relaxed = true)
5555
private val selectedOwnership = MutableStateFlow<Constraint<Ownership>>(Constraint.Any())
5656
private val selectedProvider = MutableStateFlow<Constraint<Providers>>(Constraint.Any())
5757
private val allProvider = MutableStateFlow<List<Provider>>(emptyList())

0 commit comments

Comments
 (0)