update test
This commit is contained in:
parent
2eb86db028
commit
003e79747a
@ -7,7 +7,7 @@ describe('parseSmartCopilotSettings', () => {
|
||||
it('should return default values for empty input', () => {
|
||||
const result = parseInfioSettings({})
|
||||
expect(result).toEqual({
|
||||
version: 0.1,
|
||||
version: 0.4,
|
||||
activeModels: DEFAULT_MODELS,
|
||||
infioApiKey: '',
|
||||
openAIApiKey: '',
|
||||
@ -172,7 +172,7 @@ describe('settings migration', () => {
|
||||
|
||||
const result = parseInfioSettings(oldSettings)
|
||||
expect(result).toEqual({
|
||||
version: 0.1,
|
||||
version: 0.4,
|
||||
activeModels: DEFAULT_MODELS,
|
||||
infioApiKey: '',
|
||||
openAIApiKey: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user