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 Jan 17, 2025
1 parent 6ed3d68 commit 11db345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tests/QueueableActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
use Spatie\QueueableAction\Tests\TestClasses\SimpleAction;
use Spatie\QueueableAction\Tests\TestClasses\TaggedAction;
use stdClass;
use function PHPUnit\Framework\assertInstanceOf;
use function PHPUnit\Framework\assertTrue;

beforeEach(function () {
config()->set('database.default', 'testing');
Expand Down
2 changes: 1 addition & 1 deletion tests/TestClasses/ActionReturningJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public function execute()
{
return $this->job;
}
}
}

0 comments on commit 11db345

Please sign in to comment.