Skip to content

Commit

Permalink
correct country code
Browse files Browse the repository at this point in the history
  • Loading branch information
kapi14 committed Jan 20, 2024
1 parent 230905c commit c7c4f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Countries/UkraineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
it('can calculate ukrainian holidays', function () {
CarbonImmutable::setTestNowAndTimezone('2024-01-01');

$holidays = Holidays::for(country: 'uk')->get();
$holidays = Holidays::for(country: 'ua')->get();

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

0 comments on commit c7c4f23

Please sign in to comment.