From 90534bb2521685fa80e2d202067d4716e6cbd4e2 Mon Sep 17 00:00:00 2001 From: Suman Shrestha Date: Thu, 1 Feb 2024 08:16:52 +0545 Subject: [PATCH] Update tests/Countries/NepalTest.php Co-authored-by: Niels Vanpachtenbeke <10651054+Nielsvanpach@users.noreply.github.com> --- tests/Countries/NepalTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Countries/NepalTest.php b/tests/Countries/NepalTest.php index bc1aa251e..1d56bfb95 100644 --- a/tests/Countries/NepalTest.php +++ b/tests/Countries/NepalTest.php @@ -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();