Skip to content

Commit

Permalink
Add space to trigger the trim on existing cron
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Mar 3, 2025
1 parent a6645f3 commit b24a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CronBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function it_merges1(): void
*/
public function it_merges2(): void
{
$existingCrontab = '';
$existingCrontab = ' ';

$expected = <<<CRON
###> Generated by PHPUnit ###
Expand Down

0 comments on commit b24a2c9

Please sign in to comment.