summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/test
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-10-09 11:42:31 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-10-09 11:42:31 +0200
commit6992fc2142a654eb2b5ff18d903ec35c78cfc649 (patch)
tree212faf16c79f62ef993ffc881ce39bd861d245e9 /android/app/src/test
parentcc3d7a2295765fb47949fc73b8bcf7cb76cea552 (diff)
parent99d60e623c91a60bec642425fcc7e5b16e457952 (diff)
downloadmullvadvpn-6992fc2142a654eb2b5ff18d903ec35c78cfc649.tar.xz
mullvadvpn-6992fc2142a654eb2b5ff18d903ec35c78cfc649.zip
Merge branch 'implement-lwo-in-the-android-app-droid-2226'
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 fc6dcf79c0..100c665781 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
@@ -365,6 +365,7 @@ class CustomListLocationsViewModelTest {
ownership = Ownership.MullvadOwned,
daita = false,
quic = null,
+ lwo = false,
)
),
)
@@ -383,6 +384,7 @@ class CustomListLocationsViewModelTest {
ownership = Ownership.MullvadOwned,
daita = false,
quic = null,
+ lwo = false,
)
}
}