Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Jul 5, 2023
1 parent b47ebed commit 9fedb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@

DB::enableQueryLog();

expect(fn() => DummySimpleSettings::fake([], false))->toThrow(MissingSettings::class); // missing description
expect(fn () => DummySimpleSettings::fake([], false))->toThrow(MissingSettings::class); // missing description

expect(DB::getQueryLog())->toBeEmpty();
});
Expand Down

0 comments on commit 9fedb79

Please sign in to comment.