Skip to content

Commit

Permalink
Update tests/Countries/BahrainTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Vanpachtenbeke <[email protected]>
  • Loading branch information
bo3bdo and Nielsvanpach authored Feb 13, 2024
1 parent 01a2ec8 commit 35655b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Countries/BahrainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
it('can calculate bahrain holidays', function () {
CarbonImmutable::setTestNow('2024-01-01');

$holidays = Holidays::for(country: 'bh',)->get();
$holidays = Holidays::for(country: 'bh')->get();

expect($holidays)
->toBeArray()
Expand Down

0 comments on commit 35655b4

Please sign in to comment.