Fix TS2352 narrowing cast in model test
This commit is contained in:
parent
eff18880e1
commit
8dfd3a1875
@ -837,7 +837,7 @@ describe("resolveModel", () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
} as OpenClawConfig;
|
||||
} as unknown as OpenClawConfig;
|
||||
|
||||
const result = resolveModel("openai-codex", "gpt-5.4", "/tmp/agent", cfg);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user