diff options
| author | Albin <albin@mullvad.net> | 2024-09-06 15:26:01 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-09-06 15:26:01 +0200 |
| commit | 17788c6ab46aef57eddc87f7eefd5a1f65a4683c (patch) | |
| tree | e5b0efdd66bdc77ee6b4ff16d3a23db854f5a213 /android/app/src/androidTest | |
| parent | b0b7db0926b7e78f1e320e2cf206c45989a02c93 (diff) | |
| parent | fca422d5f58e66ad8fc364b2ae3d393d3c9ec5e3 (diff) | |
| download | mullvadvpn-17788c6ab46aef57eddc87f7eefd5a1f65a4683c.tar.xz mullvadvpn-17788c6ab46aef57eddc87f7eefd5a1f65a4683c.zip | |
Merge branch 'add-android-daita-droid-1192'
Diffstat (limited to 'android/app/src/androidTest')
| -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 3cea5e5c68..a073bc60ff 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 @@ -22,6 +22,7 @@ private val DUMMY_RELAY_1 = active = true, provider = Provider(providerId = ProviderId("PROVIDER RENTED"), ownership = Ownership.Rented), + daita = false, ) private val DUMMY_RELAY_2 = RelayItem.Location.Relay( @@ -33,6 +34,7 @@ private val DUMMY_RELAY_2 = active = true, provider = Provider(providerId = ProviderId("PROVIDER OWNED"), ownership = Ownership.MullvadOwned), + daita = false, ) private val DUMMY_RELAY_CITY_1 = RelayItem.Location.City( |
