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 Jun 17, 2024
1 parent 8c0d2ea commit 5d080fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Performance/PerformanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@

$testModels = $this->testModelWithConversion->get();

expect(fn() => $testModels->first()->getFirstMediaUrl('images', 'thumb'))->toThrow(LazyLoadingViolationException::class);
expect(fn () => $testModels->first()->getFirstMediaUrl('images', 'thumb'))->toThrow(LazyLoadingViolationException::class);
});

0 comments on commit 5d080fd

Please sign in to comment.