Skip to content

Commit

Permalink
Update tests/Countries/NepalTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Vanpachtenbeke <[email protected]>
  • Loading branch information
Summonshr and Nielsvanpach authored Feb 1, 2024
1 parent 296982a commit 90534bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Countries/NepalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Spatie\Holidays\Holidays;

it('can calculate nepal holidays', function () {
CarbonImmutable::setTestNowAndTimezone('2024-01-01');
CarbonImmutable::setTestNow('2024-01-01');

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

Expand Down

0 comments on commit 90534bb

Please sign in to comment.