mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
fix: failed test case
This commit is contained in:
@@ -1514,7 +1514,7 @@ describe('loadCliConfig model selection', () => {
|
|||||||
argv,
|
argv,
|
||||||
);
|
);
|
||||||
|
|
||||||
expect(config.getModel()).toBe('qwen3-coder-plus');
|
expect(config.getModel()).toBe('coder-model');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('always prefers model from argvs', async () => {
|
it('always prefers model from argvs', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user