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 Aug 1, 2023
1 parent cde159b commit 31ceb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Commands/SyncCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Spatie\ScheduleMonitor\Models\MonitoredScheduledTask;
use Spatie\ScheduleMonitor\Tests\TestClasses\TestJob;
use Spatie\ScheduleMonitor\Tests\TestClasses\TestKernel;
use Spatie\TestTime\TestTime;
use function Spatie\Snapshots\{assertMatchesSnapshot};
use Spatie\TestTime\TestTime;

beforeEach(function () {
TestTime::freeze('Y-m-d H:i:s', '2020-01-01 00:00:00');
Expand Down

0 comments on commit 31ceb40

Please sign in to comment.