Skip to content

Commit 11db345

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6ed3d68 commit 11db345

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/QueueableActionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
use Spatie\QueueableAction\Tests\TestClasses\SimpleAction;
3131
use Spatie\QueueableAction\Tests\TestClasses\TaggedAction;
3232
use stdClass;
33-
use function PHPUnit\Framework\assertInstanceOf;
34-
use function PHPUnit\Framework\assertTrue;
3533

3634
beforeEach(function () {
3735
config()->set('database.default', 'testing');

tests/TestClasses/ActionReturningJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public function execute()
1515
{
1616
return $this->job;
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)