Skip to content

Commit

Permalink
Update ScheduleListCommandTest.php (#49541)
Browse files Browse the repository at this point in the history
  • Loading branch information
buismaarten authored Jan 1, 2024
1 parent f48141d commit a40c658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a40c658

Please sign in to comment.