Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jul 20, 2022
1 parent 0fdc680 commit c9da23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Commands/ScheduleRunCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testDueJobsShouldBeRun(): void
$handler = $this->fakeScheduleJobHandler();

$this->assertConsoleCommandOutputContainsStrings(
'schedule:run', strings: ['Running scheduled job: Job description']
'schedule:run', strings: ['Running scheduled: `Job description`']
);

$handler->assertHandledJob($job2);
Expand Down

0 comments on commit c9da23e

Please sign in to comment.