From b31aa98a4f18f67ef59c486b06dc5d4b7ddc01f7 Mon Sep 17 00:00:00 2001 From: "Jorge Thomas (Akrista)" <23145794+Akrista@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:32:11 -0400 Subject: [PATCH 1/2] Fix: regenerate pest snap for argentina using the correct dates for holidays --- ...t_can_calculate_argentinians_holidays.snap | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/.pest/snapshots/Countries/ArgentineTest/it_can_calculate_argentinians_holidays.snap b/tests/.pest/snapshots/Countries/ArgentineTest/it_can_calculate_argentinians_holidays.snap index aaa0aa671..276121109 100644 --- a/tests/.pest/snapshots/Countries/ArgentineTest/it_can_calculate_argentinians_holidays.snap +++ b/tests/.pest/snapshots/Countries/ArgentineTest/it_can_calculate_argentinians_holidays.snap @@ -7,14 +7,30 @@ "name": "D\u00eda del Veterano y de los Ca\u00eddos en la Guerra de Malvinas", "date": "2024-02-04" }, + { + "name": "Carnaval D\u00eda 2", + "date": "2024-02-13" + }, { "name": "Viernes Santo", "date": "2024-03-29" }, + { + "name": "D\u00eda Nacional de la Memoria por la Verdad y la Justicia", + "date": "2024-04-24" + }, { "name": "D\u00eda del Trabajador", "date": "2024-05-01" }, + { + "name": "Revoluci\u00f3n de Mayo", + "date": "2024-05-25" + }, + { + "name": "Paso a la Inmortalidad del General Manuel Belgrano", + "date": "2024-06-20" + }, { "name": "D\u00eda de la Inmaculada Concepci\u00f3n de Mar\u00eda", "date": "2024-08-12" @@ -30,21 +46,5 @@ { "name": "Navidad", "date": "2024-12-25" - }, - { - "name": "Carnaval D\u00eda 2", - "date": "2025-01-02" - }, - { - "name": "Paso a la Inmortalidad del General Manuel Belgrano", - "date": "2025-08-06" - }, - { - "name": "D\u00eda Nacional de la Memoria por la Verdad y la Justicia", - "date": "2025-12-04" - }, - { - "name": "Revoluci\u00f3n de Mayo", - "date": "2026-01-05" } ] \ No newline at end of file From 96e1c4bf384df7f38c94fc004afe17c7586b2fb4 Mon Sep 17 00:00:00 2001 From: "Jorge Thomas (Akrista)" <23145794+Akrista@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:35:49 -0400 Subject: [PATCH 2/2] Chore: Generate pest snap for Indonesia test --- .../it_can_calculate_Indonesia_holidays.snap | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/.pest/snapshots/Countries/IndonesiaTest/it_can_calculate_Indonesia_holidays.snap diff --git a/tests/.pest/snapshots/Countries/IndonesiaTest/it_can_calculate_Indonesia_holidays.snap b/tests/.pest/snapshots/Countries/IndonesiaTest/it_can_calculate_Indonesia_holidays.snap new file mode 100644 index 000000000..f8c9dd8c1 --- /dev/null +++ b/tests/.pest/snapshots/Countries/IndonesiaTest/it_can_calculate_Indonesia_holidays.snap @@ -0,0 +1,38 @@ +[ + { + "name": "Tahun Baru", + "date": "2024-01-01" + }, + { + "name": "Tahun Baru Imlek", + "date": "2024-02-10" + }, + { + "name": "Jumat Agung", + "date": "2024-03-29" + }, + { + "name": "Hari Paskah", + "date": "2024-03-31" + }, + { + "name": "Hari Buruh Internasional", + "date": "2024-05-01" + }, + { + "name": "Kenaikan Yesus Kristus", + "date": "2024-05-09" + }, + { + "name": "Hari Lahir Pancasila", + "date": "2024-06-01" + }, + { + "name": "Hari Kemerdekaan", + "date": "2024-08-17" + }, + { + "name": "Hari Raya Natal", + "date": "2024-12-25" + } +] \ No newline at end of file