Skip to content

Commit 208969e

Browse files
committed
cleanup: remove unused excludedModels variable
- Variable was defined but never used - Keeps the test logic clean and focused
1 parent 1bfbd7e commit 208969e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/providers/fetchers/__tests__/openrouter.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ describe("OpenRouter API", () => {
3535
}
3636

3737
// Verify we have all supported models except intentionally excluded Google models
38-
const excludedModels = openRouterSupportedCaching.filter((id) => id.startsWith("google/"))
3938
const expectedCachingModels = openRouterSupportedCaching.filter((id) => !id.startsWith("google/")).sort()
4039

4140
expect(ourCachingModels.sort()).toEqual(expectedCachingModels)

0 commit comments

Comments
 (0)