From fe192bf3d9bbc8e4420609581dacdb27e4252551 Mon Sep 17 00:00:00 2001 From: Anh Do Date: Fri, 12 Apr 2024 00:35:38 -0400 Subject: [PATCH] Update tests --- .../TunnelControllerViewModelTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalPackages/NetworkProtectionMac/Tests/NetworkProtectionUITests/TunnelControllerViewModelTests.swift b/LocalPackages/NetworkProtectionMac/Tests/NetworkProtectionUITests/TunnelControllerViewModelTests.swift index f82c131b42..884dc3d002 100644 --- a/LocalPackages/NetworkProtectionMac/Tests/NetworkProtectionUITests/TunnelControllerViewModelTests.swift +++ b/LocalPackages/NetworkProtectionMac/Tests/NetworkProtectionUITests/TunnelControllerViewModelTests.swift @@ -166,7 +166,7 @@ final class TunnelControllerViewModelTests: XCTestCase { XCTAssertEqual(model.featureStatusDescription, UserText.networkProtectionStatusViewFeatureOn) XCTAssertTrue(model.showServerDetails) XCTAssertEqual(model.serverAddress, mockServerIP) - XCTAssertEqual(model.serverLocation, "El Segundo, CA...") + XCTAssertEqual(model.serverLocation, "El Segundo, United States...") } /// We expect the model to properly reflect the connecting status.