summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/test/kotlin
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-07-22 09:48:04 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-07-23 09:41:54 +0200
commita85fce736f19feb9e4e9c446dc95f099dc9bd255 (patch)
tree0bd6d275cfc69c4b932929fde398f92981e4ccbc /android/app/src/test/kotlin
parentd3cae0e103010bb620340068e7337606fd78a9ee (diff)
downloadmullvadvpn-a85fce736f19feb9e4e9c446dc95f099dc9bd255.tar.xz
mullvadvpn-a85fce736f19feb9e4e9c446dc95f099dc9bd255.zip
Update tests on Android
Diffstat (limited to 'android/app/src/test/kotlin')
-rw-r--r--android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt b/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt
index 9b31f8bf24..a3257f04d9 100644
--- a/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt
+++ b/android/app/src/test/kotlin/net/mullvad/mullvadvpn/viewmodel/CustomListLocationsViewModelTest.kt
@@ -364,6 +364,7 @@ class CustomListLocationsViewModelTest {
provider = ProviderId("Provider"),
ownership = Ownership.MullvadOwned,
daita = false,
+ quic = false,
)
),
)
@@ -381,6 +382,7 @@ class CustomListLocationsViewModelTest {
provider = ProviderId("Provider"),
ownership = Ownership.MullvadOwned,
daita = false,
+ quic = false,
)
}
}