macos: fix failing xcode tests

pull/9200/head
Mitchell Hashimoto 2025-10-14 06:55:09 -07:00
parent 41bb8d7af0
commit 6eb26da3b7
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ struct UpdateViewModelTests {
@Test func testReadyToInstallText() { @Test func testReadyToInstallText() {
let viewModel = UpdateViewModel() let viewModel = UpdateViewModel()
viewModel.state = .readyToInstall(.init(reply: { _ in })) viewModel.state = .readyToInstall(.init(reply: { _ in }))
#expect(viewModel.text == "Install Update") #expect(viewModel.text == "Ready to Install Update")
} }
@Test func testInstallingText() { @Test func testInstallingText() {