From a40c658fb4599a5623c2248d085eb4e145b6a8f5 Mon Sep 17 00:00:00 2001 From: Maarten Buis Date: Mon, 1 Jan 2024 15:03:04 +0100 Subject: [PATCH] Update ScheduleListCommandTest.php (#49541) --- .../Integration/Console/Scheduling/ScheduleListCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);