mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
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
Add a link
Reference in a new issue