This commit is contained in:
Abhi
2025-10-24 17:49:42 -04:00
committed by GitHub
parent c20b88cee2
commit d91484eb4d
3 changed files with 18 additions and 18 deletions

View File

@@ -2159,7 +2159,7 @@ describe('Settings Loading and Merging', () => {
},
ui: {},
model: {
name: 'gemini-1.5-pro',
name: 'gemini-2.5-pro',
},
unrecognized: 'value',
};
@@ -2168,7 +2168,7 @@ describe('Settings Loading and Merging', () => {
expect(v1Settings).toEqual({
vimMode: false,
model: 'gemini-1.5-pro',
model: 'gemini-2.5-pro',
unrecognized: 'value',
});
});