diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-10-02 08:49:41 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-10-09 11:02:02 +0200 |
| commit | 8cfcae2c7d7148d55a4812df420a0aa6a9d4d7d4 (patch) | |
| tree | 3ccef8b1ff7f1619df798289acad0427a23e7cdc /android/app/src/test | |
| parent | cc3d7a2295765fb47949fc73b8bcf7cb76cea552 (diff) | |
| download | mullvadvpn-8cfcae2c7d7148d55a4812df420a0aa6a9d4d7d4.tar.xz mullvadvpn-8cfcae2c7d7148d55a4812df420a0aa6a9d4d7d4.zip | |
Implement LWO on android
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 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, ) } } |
