diff --git a/tests/Integration/Console/Scheduling/ScheduleListCommandTest.php b/tests/Integration/Console/Scheduling/ScheduleListCommandTest.php index d5cca88cf50e..6507316223db 100644 --- a/tests/Integration/Console/Scheduling/ScheduleListCommandTest.php +++ b/tests/Integration/Console/Scheduling/ScheduleListCommandTest.php @@ -17,7 +17,7 @@ protected function setUp(): void { parent::setUp(); - Carbon::setTestNow('2023-1-1'); + Carbon::setTestNow('2023-01-01'); ScheduleListCommand::resolveTerminalWidthUsing(fn () => 80); $this->schedule = $this->app->make(Schedule::class);