diff --git a/mullvad-relay-selector/tests/relay_selector.rs b/mullvad-relay-selector/tests/relay_selector.rs index 943a4a8b3a9c..a5779c79a150 100644 --- a/mullvad-relay-selector/tests/relay_selector.rs +++ b/mullvad-relay-selector/tests/relay_selector.rs @@ -187,10 +187,10 @@ static RELAYS: LazyLock = LazyLock::new(|| RelayList { }, }); -static DAITA_RELAY_LOCATION: Lazy = - Lazy::new(|| GeographicLocationConstraint::hostname("se", "got", "se9-wireguard")); -static NON_DAITA_RELAY_LOCATION: Lazy = - Lazy::new(|| GeographicLocationConstraint::hostname("se", "got", "se10-wireguard")); +static DAITA_RELAY_LOCATION: LazyLock = + LazyLock::new(|| GeographicLocationConstraint::hostname("se", "got", "se9-wireguard")); +static NON_DAITA_RELAY_LOCATION: LazyLock = + LazyLock::new(|| GeographicLocationConstraint::hostname("se", "got", "se10-wireguard")); /// A Shadowsocks relay with additional addresses static SHADOWSOCKS_RELAY: LazyLock = LazyLock::new(|| Relay {