Remove redundant opencode model assertion

This commit is contained in:
Kevin Mok 2026-03-05 19:55:15 -06:00
parent 314288ff82
commit 666ab53648

View file

@ -77,7 +77,6 @@ describe("adapter model listing", () => {
const models = await listAdapterModels("opencode_local");
expect(models).toEqual(opencodeFallbackModels);
expect(models.some((model) => model.id === "openai/gpt-5.4")).toBe(true);
});
it("loads cursor models dynamically and caches them", async () => {