Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCutFlim committed Nov 21, 2020
1 parent 580ac6c commit 229adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('Picker.Generate', () => {
'en_US',
generateConfig.locale.parse('en_US', '2020-12-30', [formatStr]),
),
).toEqual(1608998400000);
).toEqual(1609027200000);
expect(
generateConfig.locale.getWeekFirstDayValue(
'zh_CN',
Expand Down

0 comments on commit 229adf5

Please sign in to comment.