Remove redundant opencode model assertion
This commit is contained in:
parent
314288ff82
commit
666ab53648
1 changed files with 0 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue