From 2268175b4bf815a144f0aac7918cc9747e575b08 Mon Sep 17 00:00:00 2001 From: Maarten Buis Date: Mon, 1 Jan 2024 14:59:33 +0100 Subject: [PATCH] Update ScheduleListCommandTest.php --- .../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);