From 6eb26da3b75e4cff3881502f2d304bcf2755b7b5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Oct 2025 06:55:09 -0700 Subject: [PATCH] macos: fix failing xcode tests --- macos/Tests/Update/UpdateViewModelTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Tests/Update/UpdateViewModelTests.swift b/macos/Tests/Update/UpdateViewModelTests.swift index 56748ff83..e41804e08 100644 --- a/macos/Tests/Update/UpdateViewModelTests.swift +++ b/macos/Tests/Update/UpdateViewModelTests.swift @@ -53,7 +53,7 @@ struct UpdateViewModelTests { @Test func testReadyToInstallText() { let viewModel = UpdateViewModel() viewModel.state = .readyToInstall(.init(reply: { _ in })) - #expect(viewModel.text == "Install Update") + #expect(viewModel.text == "Ready to Install Update") } @Test func testInstallingText() {