Skip to content

Commit

Permalink
[core] Fix failing tests on the pickers (#14457)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle authored Sep 2, 2024
1 parent 315ffa1 commit 662df95
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 662df95

Please sign in to comment.