Compare commits

...

2 Commits

Author SHA1 Message Date
Saoud Rizwan d3a0fbdd0a Create odd-tables-pump.md 2025-08-08 21:17:20 -07:00
Saoud Rizwan 180c977601 Fix credit error tests 2025-08-08 21:15:15 -07:00
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
Fix credit error tests
@@ -99,7 +99,7 @@ describe("ErrorRow", () => {
render(<ErrorRow message={mockMessage} errorType="error" apiRequestFailedMessage="Insufficient credits error" />)
expect(screen.getByTestId("credit-limit-error")).toBeInTheDocument()
expect(screen.getByText("You have run out of credit.")).toBeInTheDocument()
expect(screen.getByText("You have run out of credits.")).toBeInTheDocument()
})
it("renders rate limit error with request ID", async () => {