mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-03 10:24:51 +00:00
macos: fix failing xcode tests
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user