Skip to content

Commit

Permalink
lowercase directory for iran
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Feb 1, 2024
1 parent 0b370fe commit 56128ab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/Countries/IranTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

it('can calculate iran holidays in local', function (string $locale, string $newYearsDayName) {
CarbonImmutable::setTestNow('2024-01-01');
$result = Holidays::for(country: 'ir', year: null, locale: $locale)->get();
$result = Holidays::for(country: 'ir', locale: $locale)->get();

expect($result)->toBeArray();
expect($result[7]['name'])->toBe($newYearsDayName);
Expand Down

0 comments on commit 56128ab

Please sign in to comment.