diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-07-23 09:42:15 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-07-23 09:42:15 +0200 |
| commit | 6ee9f98e90fd8fb7bad4e7670aed3a711ffbf317 (patch) | |
| tree | 5dd900add396604d3d9e969e5f8387b5c11aedbd /android/app/src/test | |
| parent | dc2db9cc8a63e8bcbd3cbf70c28c7446d7f83733 (diff) | |
| parent | bdd5faa521137753b46c78a6c5778114f0ce20a4 (diff) | |
| download | mullvadvpn-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.kt | 2 |
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, ) } } |
