Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
violuke authored Jan 23, 2020
1 parent 6ea86e6 commit a1ab716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/JobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function test_cron_expression_invalid_time()
{
$this->expectException(InvalidJob::class);
$job = (new Job('Test Job'))->setSchedule('61 * * * *');
$job->needsToRun('Spartacus')
$job->needsToRun('Spartacus');
}

public function test_callable_true()
Expand Down

0 comments on commit a1ab716

Please sign in to comment.