diff --git a/src/agents/auth-profiles/usage.test.ts b/src/agents/auth-profiles/usage.test.ts index 215fb9297a3..af45781813b 100644 --- a/src/agents/auth-profiles/usage.test.ts +++ b/src/agents/auth-profiles/usage.test.ts @@ -219,7 +219,7 @@ describe("clearExpiredCooldowns", () => { expect(store.usageStats?.["anthropic:default"]?.errorCount).toBe(0); }); - it("does not clear cooldownUntil that equals exactly `now`", () => { + it("clears cooldownUntil that equals exactly `now`", () => { const fixedNow = 1_700_000_000_000; const store = makeStore({ "anthropic:default": {