diff options
Diffstat (limited to 'android/test')
| -rw-r--r-- | android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/constant/Relays.kt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/constant/Relays.kt b/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/constant/Relays.kt index fb945af9c7..9f4919eaea 100644 --- a/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/constant/Relays.kt +++ b/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/constant/Relays.kt @@ -16,5 +16,9 @@ private object Relays { val gotWg001 = TestRelay(relay = "se-got-wg-001", country = "Sweden", city = "Gothenburg") val gotWg002 = TestRelay(relay = "se-got-wg-002", country = "Sweden", city = "Gothenburg") val gotWg002RelaySoftware = - TestRelay(relay = "se-got-wg-002", country = "Sweden", city = "Gothenburg") + TestRelay( + relay = "se-got-wg-002", + country = "Relay Software Country", + city = "Relay Software City", + ) } |
