Skip to content

Commit

Permalink
Merge branch 'master' into rtl-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Sep 2, 2024
2 parents 839c456 + 662df95 commit 812e35b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ describe('<DateCalendar />', () => {
it('should complete weeks when showDaysOutsideCurrentMonth=true', () => {
render(
<DateCalendar
defaultValue={adapterToUse.date('2018-01-03T11:11:11:111')}
defaultValue={adapterToUse.date('2018-01-03T11:11:11.111')}
view="day"
showDaysOutsideCurrentMonth
/>,
Expand All @@ -270,7 +270,7 @@ describe('<DateCalendar />', () => {
it('should complete weeks up to match `fixedWeekNumber`', () => {
render(
<DateCalendar
defaultValue={adapterToUse.date('2018-01-03T11:11:11:111')}
defaultValue={adapterToUse.date('2018-01-03T11:11:11.111')}
view="day"
showDaysOutsideCurrentMonth
fixedWeekNumber={6}
Expand Down

0 comments on commit 812e35b

Please sign in to comment.