mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 06:46:09 +00:00
macos: fix unit tests for notFound change
This commit is contained in:
@@ -64,7 +64,7 @@ struct UpdateViewModelTests {
|
||||
|
||||
@Test func testNotFoundText() {
|
||||
let viewModel = UpdateViewModel()
|
||||
viewModel.state = .notFound
|
||||
viewModel.state = .notFound(.init(acknowledgement: {}))
|
||||
#expect(viewModel.text == "No Updates Available")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user