summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/test
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-07-23 09:42:15 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-07-23 09:42:15 +0200
commit6ee9f98e90fd8fb7bad4e7670aed3a711ffbf317 (patch)
tree5dd900add396604d3d9e969e5f8387b5c11aedbd /android/app/src/test
parentdc2db9cc8a63e8bcbd3cbf70c28c7446d7f83733 (diff)
parentbdd5faa521137753b46c78a6c5778114f0ce20a4 (diff)
downloadmullvadvpn-6ee9f98e90fd8fb7bad4e7670aed3a711ffbf317.tar.xz
mullvadvpn-6ee9f98e90fd8fb7bad4e7670aed3a711ffbf317.zip
Merge branch 'filter-by-quic-in-gui-location-list-des-2266'
Diffstat (limited to 'android/app/src/test')
-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,
)
}
}