mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 18:31:39 +00:00
test(release): align live model priority indices
This commit is contained in:
@@ -2289,10 +2289,10 @@ describe("getHighSignalLiveModelPriorityIndex", () => {
|
||||
it("prefers curated Google replacements over big-pickle", () => {
|
||||
expect(
|
||||
getHighSignalLiveModelPriorityIndex({ provider: "google", id: "gemini-3.1-pro-preview" }),
|
||||
).toBe(3);
|
||||
).toBe(4);
|
||||
expect(
|
||||
getHighSignalLiveModelPriorityIndex({ provider: "google", id: "gemini-3-flash-preview" }),
|
||||
).toBe(4);
|
||||
).toBe(5);
|
||||
expect(getHighSignalLiveModelPriorityIndex({ provider: "opencode", id: "big-pickle" })).toBe(
|
||||
null,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user