diff --git a/src/Countries/Brazil.php b/src/Countries/Brazil.php index 7da5cc21e..4c93f100b 100644 --- a/src/Countries/Brazil.php +++ b/src/Countries/Brazil.php @@ -32,7 +32,6 @@ protected function variableHolidays(int $year): array $easter = CarbonImmutable::createFromTimestamp(easter_date($year))->setTimezone('America/Sao_Paulo'); return [ - 'Páscoa' => $easter, 'Carnaval' => $easter->subDays(47), 'Sexta-feira Santa' => $easter->subDays(2), 'Corpus Christi' => $easter->addDays(60), diff --git a/tests/.pest/snapshots/Countries/BrazilTest/it_can_calculate_brazil_holidays.snap b/tests/.pest/snapshots/Countries/BrazilTest/it_can_calculate_brazil_holidays.snap index 6e7675236..5be3e640f 100644 --- a/tests/.pest/snapshots/Countries/BrazilTest/it_can_calculate_brazil_holidays.snap +++ b/tests/.pest/snapshots/Countries/BrazilTest/it_can_calculate_brazil_holidays.snap @@ -11,10 +11,6 @@ "name": "Sexta-feira Santa", "date": "2024-03-29" }, - { - "name": "P\u00e1scoa", - "date": "2024-03-31" - }, { "name": "Dia de Tiradentes", "date": "2024-04-21"