diff --git a/packages/opencode/test/cli/tui/inline-tool-wrap-snapshot.test.tsx b/packages/opencode/test/cli/tui/inline-tool-wrap-snapshot.test.tsx index 6c7de0fb5..0171e13e3 100644 --- a/packages/opencode/test/cli/tui/inline-tool-wrap-snapshot.test.tsx +++ b/packages/opencode/test/cli/tui/inline-tool-wrap-snapshot.test.tsx @@ -157,9 +157,7 @@ describe("TUI inline tool wrapping", () => { }) test("keeps retry status ahead of wrapping messages", () => { - expect(formatSubagentRetry(2, "Rate limited by provider")).toBe( - "Retrying (attempt 2) · Rate limited by provider", - ) + expect(formatSubagentRetry(2, "Rate limited by provider")).toBe("Retrying (attempt 2) · Rate limited by provider") }) test("snapshots consecutive grep, glob, and read rows at a narrow width", async () => {