diff --git a/tests/Countries/GermanyTest.php b/tests/Countries/GermanyTest.php index 6370aeb9c..9ae4e1489 100644 --- a/tests/Countries/GermanyTest.php +++ b/tests/Countries/GermanyTest.php @@ -92,7 +92,4 @@ ['nl','Nieuwjaar'], ['fr','Jour de l\'An'] ] -); -it('cannot get translated holiday names for unsupported locales', function () { - Holidays::for(country: 'de', year: 2024, locale: 'xx')->get(); -})->throws(InvalidLocale::class, 'Locale `xx` is not supported for country `Germany`.'); \ No newline at end of file +); \ No newline at end of file