diff --git a/src/Countries/Uganda.php b/src/Countries/Uganda.php index 023d20b7..635b1b29 100644 --- a/src/Countries/Uganda.php +++ b/src/Countries/Uganda.php @@ -27,16 +27,16 @@ protected function allHolidays(int $year): array * 'New Year' => '01-01', Format:: Month-Date */ return array_merge([ - 'New Year' => '01-01', - 'NRM Liberation Day' => '01-26', - 'Archbishop Janani Luwum Day' => '02-16', - 'International Womens Day' => '03-08', - 'Labour Day' => '05-01', - 'Martyrs Day' => '06-03', - 'National Hereos Day' => '06-09', - 'Independence Day' => '10-09', - 'Christmas Day' => '12-25', - 'Boxing Day' => '12-26', + "New Year's Day" => "01-01", + "NRM Liberation Day" => "01-26", + "Archbishop Janani Luwum Day" => "02-16", + "International Women's Day" => "03-08", + "Labour Day" => "05-01", + "Martyrs' Day" => "06-03", + "National Hereos Day" => "06-09", + "Independence Day" => "10-09", + "Christmas Day" => "12-25", + "Boxing Day" => "12-26", ], $this->variableHolidays($year)); } diff --git a/tests/.pest/snapshots/Countries/UgandaTest/it_can_calculate_ugandan_holidays.snap b/tests/.pest/snapshots/Countries/UgandaTest/it_can_calculate_ugandan_holidays.snap index 35276c50..ff373318 100644 --- a/tests/.pest/snapshots/Countries/UgandaTest/it_can_calculate_ugandan_holidays.snap +++ b/tests/.pest/snapshots/Countries/UgandaTest/it_can_calculate_ugandan_holidays.snap @@ -1,6 +1,6 @@ [ { - "name": "New Year", + "name": "New Year's Day", "date": "2024-01-01" }, { @@ -12,7 +12,7 @@ "date": "2024-02-16" }, { - "name": "International Womens Day", + "name": "International Women's Day", "date": "2024-03-08" }, { @@ -28,7 +28,7 @@ "date": "2024-05-01" }, { - "name": "Martyrs Day", + "name": "Martyrs' Day", "date": "2024-06-03" }, {