Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Feb 1, 2023
1 parent 34e2f6f commit 0224bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Jobs/SilenceOhDearJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Spatie\ScheduleMonitor\Jobs\PingOhDearJob;

it('will silence the PingOhDearJob by default', function() {
it('will silence the PingOhDearJob by default', function () {
config()->set('horizon.silenced', [PingOhDearJob::class]);

expect(config('horizon.silenced'))->toContain(PingOhDearJob::class);
Expand Down

0 comments on commit 0224bc8

Please sign in to comment.