mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 08:21:55 +00:00
update settings test
This commit is contained in:
parent
03c467753a
commit
ec3061dfb5
@ -33,7 +33,7 @@ describe('parseSmartCopilotSettings', () => {
|
||||
debugMode: false,
|
||||
})
|
||||
expect(result).toEqual({
|
||||
version: 0.4,
|
||||
version: 0.5,
|
||||
workspace: '',
|
||||
activeModels: DEFAULT_MODELS,
|
||||
activeProviderTab: 'Infio',
|
||||
@ -268,7 +268,7 @@ describe('settings migration', () => {
|
||||
|
||||
const result = parseInfioSettings(oldSettings)
|
||||
expect(result).toEqual({
|
||||
version: 0.4,
|
||||
version: 0.5,
|
||||
workspace: '',
|
||||
activeModels: DEFAULT_MODELS,
|
||||
activeProviderTab: 'Infio',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user