diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-10-09 11:42:31 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-10-09 11:42:31 +0200 |
| commit | 6992fc2142a654eb2b5ff18d903ec35c78cfc649 (patch) | |
| tree | 212faf16c79f62ef993ffc881ce39bd861d245e9 /android/app/src/androidTest/kotlin | |
| parent | cc3d7a2295765fb47949fc73b8bcf7cb76cea552 (diff) | |
| parent | 99d60e623c91a60bec642425fcc7e5b16e457952 (diff) | |
| download | mullvadvpn-6992fc2142a654eb2b5ff18d903ec35c78cfc649.tar.xz mullvadvpn-6992fc2142a654eb2b5ff18d903ec35c78cfc649.zip | |
Merge branch 'implement-lwo-in-the-android-app-droid-2226'
Diffstat (limited to 'android/app/src/androidTest/kotlin')
| -rw-r--r-- | android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/data/DummyRelayItems.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/data/DummyRelayItems.kt b/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/data/DummyRelayItems.kt index 8e46a555c9..c6c69e088b 100644 --- a/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/data/DummyRelayItems.kt +++ b/android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/data/DummyRelayItems.kt @@ -23,6 +23,7 @@ private val DUMMY_RELAY_1 = ownership = Ownership.Rented, daita = false, quic = null, + lwo = false, ) private val DUMMY_RELAY_2 = RelayItem.Location.Relay( @@ -36,6 +37,7 @@ private val DUMMY_RELAY_2 = ownership = Ownership.MullvadOwned, daita = false, quic = null, + lwo = false, ) private val DUMMY_RELAY_CITY_1 = RelayItem.Location.City( |
