Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Tests/CodexBarTests/StatusMenuPersistentRefreshTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ struct StatusMenuPersistentRefreshTests {
}

@Test
func `live subtitle preserves canonical model error filtering`() throws {
func `live subtitle follows canonical model output`() throws {
let settings = self.makeSettings()
let controller = self.makeController(settings: settings)
controller.store.errors[.codex] = UsageError.noRateLimitsFound.errorDescription
Expand All @@ -296,8 +296,6 @@ struct StatusMenuPersistentRefreshTests {

#expect(liveSubtitle.text == model.subtitleText)
#expect(liveSubtitle.style == model.subtitleStyle)
#expect(liveSubtitle.text != UsageError.noRateLimitsFound.errorDescription)
#expect(liveSubtitle.style != .error)
}

@Test
Expand Down
Loading