Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Aug 26, 2023
1 parent 03672aa commit e06fb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/codium.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('KeyValues', () => {
}
}
const keyValues = new KeyValues({ fileName: 'color.json', prettify: true });
keyValues.set('color', color);
keyValues.setSync('color', color);
expect(keyValues.getSync('color')).toEqual(color);

expect(keyValues.getSync('color.name')).toEqual('cerulean');
Expand Down

0 comments on commit e06fb93

Please sign in to comment.