Skip to content

Commit

Permalink
test: remove no longer existing property (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Feb 17, 2022
1 parent 4c87216 commit c0a5e13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/date-picker/test/basic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ describe('basic features', () => {
return [d.day, d.month + 1, d.year].join('.');
}
});
datepicker.set('i18n.calendar', 'Kalenteri');
datepicker.set('i18n.clear', 'Tyhjennä');
datepicker.set('i18n.today', 'Tänään');
datepicker.set('i18n.cancel', 'Peruuta');
Expand Down

0 comments on commit c0a5e13

Please sign in to comment.