Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Sep 14, 2022
1 parent 2c89303 commit 86e7798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ describe('<CalendarPicker />', () => {
}
render(
<CalendarPicker
date={adapterToUse.date(new Date(2019, 3, 29))}
value={adapterToUse.date(new Date(2019, 3, 29))}
onChange={() => {}}
views={['year']}
openTo="year"
Expand Down

0 comments on commit 86e7798

Please sign in to comment.