Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessam Ahmed committed Jan 22, 2024
1 parent e6c0352 commit 5e5fc8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Countries/EgyptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Carbon\CarbonImmutable;
use Spatie\Holidays\Holidays;

it('can calculate egypt holidays', function () {
it('can calculate egyptian holidays', function () {
CarbonImmutable::setTestNowAndTimezone('2024-01-01', 'Africa/Cairo');

$holidays = Holidays::for(country: 'eg')->get();
Expand Down

0 comments on commit 5e5fc8e

Please sign in to comment.