opencode-agent[bot] 2 месяцев назад
Родитель
Сommit
a821029258
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      packages/opencode/test/cli/tui/inline-tool-wrap-snapshot.test.tsx

+ 1 - 3
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 () => {