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', () => {
|
it('should return default values for empty input', () => {
|
||||||
const result = parseInfioSettings({})
|
const result = parseInfioSettings({})
|
||||||
expect(result).toEqual({
|
expect(result).toEqual({
|
||||||
version: 0.1,
|
version: 0.4,
|
||||||
activeModels: DEFAULT_MODELS,
|
activeModels: DEFAULT_MODELS,
|
||||||
infioApiKey: '',
|
infioApiKey: '',
|
||||||
openAIApiKey: '',
|
openAIApiKey: '',
|
||||||
@ -172,7 +172,7 @@ describe('settings migration', () => {
|
|||||||
|
|
||||||
const result = parseInfioSettings(oldSettings)
|
const result = parseInfioSettings(oldSettings)
|
||||||
expect(result).toEqual({
|
expect(result).toEqual({
|
||||||
version: 0.1,
|
version: 0.4,
|
||||||
activeModels: DEFAULT_MODELS,
|
activeModels: DEFAULT_MODELS,
|
||||||
infioApiKey: '',
|
infioApiKey: '',
|
||||||
openAIApiKey: '',
|
openAIApiKey: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user