Skip to content

Commit 56128ab

Browse files
committed
lowercase directory for iran
1 parent 0b370fe commit 56128ab

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

tests/Countries/IranTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

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

0 commit comments

Comments
 (0)