From 7ccdea3ff818369938bc232e4ed579ab0520a7a4 Mon Sep 17 00:00:00 2001 From: Victor Allen Date: Thu, 10 Oct 2024 10:45:57 +0300 Subject: [PATCH] update(holiday): Utamaduni day renamed to Mazingira day --- src/Countries/Kenya.php | 2 +- .../Countries/KenyaTest/it_can_calculate_kenyan_holidays.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Countries/Kenya.php b/src/Countries/Kenya.php index 86e95b704..60e909d0a 100644 --- a/src/Countries/Kenya.php +++ b/src/Countries/Kenya.php @@ -17,7 +17,7 @@ protected function allHolidays(int $year): array "New Year's" => '01-01', 'Labour' => '05-01', 'Madaraka' => '06-01', - 'Utamaduni' => '10-10', + 'Mazingira' => '10-10', 'Mashujaa' => '10-20', 'Jamhuri' => '12-01', 'Christmas' => '12-25', diff --git a/tests/.pest/snapshots/Countries/KenyaTest/it_can_calculate_kenyan_holidays.snap b/tests/.pest/snapshots/Countries/KenyaTest/it_can_calculate_kenyan_holidays.snap index 8ca55adb8..df548ee89 100644 --- a/tests/.pest/snapshots/Countries/KenyaTest/it_can_calculate_kenyan_holidays.snap +++ b/tests/.pest/snapshots/Countries/KenyaTest/it_can_calculate_kenyan_holidays.snap @@ -20,7 +20,7 @@ "date": "2024-06-01" }, { - "name": "Utamaduni", + "name": "Mazingira", "date": "2024-10-10" }, {