fix: address Cubic findings for FreeUsageLimitError classification

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-03-12 11:05:26 +09:00
parent 99730088ef
commit 755efe226e
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ describe("model-error-classifier", () => {
expect(provider).toBe("provider-x")
})
test("treats FreeUsageLimitError (lowercase) as retryable by name", () => {
test("treats FreeUsageLimitError (PascalCase name) as retryable by name", () => {
//#given
const error = { name: "FreeUsageLimitError" }