Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Apr 12, 2024
1 parent b06646f commit fe192bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe192bf

Please sign in to comment.