From 1024aa680754129dccc7cdb10a25926c8e0ddcdf Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 17 Jan 2024 14:41:33 +0100 Subject: [PATCH] fix --- .../BelgiumTest/it_can_calculate_belgian_holidays.snap | 10 +++++----- .../it_can_calculate_dutch_holidays.snap | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/.pest/snapshots/Countries/BelgiumTest/it_can_calculate_belgian_holidays.snap b/tests/.pest/snapshots/Countries/BelgiumTest/it_can_calculate_belgian_holidays.snap index d21a72482..145380322 100644 --- a/tests/.pest/snapshots/Countries/BelgiumTest/it_can_calculate_belgian_holidays.snap +++ b/tests/.pest/snapshots/Countries/BelgiumTest/it_can_calculate_belgian_holidays.snap @@ -8,12 +8,12 @@ "date": "2024-04-01" }, { - "name": "OLH Hemelvaart", - "date": "2024-05-09" + "name": "Dag van de Arbeid", + "date": "2024-05-01" }, { - "name": "Dag van de Arbeid", - "date": "2024-05-14" + "name": "OLH Hemelvaart", + "date": "2024-05-09" }, { "name": "Pinkstermaandag", @@ -25,7 +25,7 @@ }, { "name": "OLV Hemelvaart", - "date": "2024-08-18" + "date": "2024-08-15" }, { "name": "Allerheiligen", diff --git a/tests/.pest/snapshots/Countries/NetherlandsTest/it_can_calculate_dutch_holidays.snap b/tests/.pest/snapshots/Countries/NetherlandsTest/it_can_calculate_dutch_holidays.snap index 0b009c224..b092aca2b 100644 --- a/tests/.pest/snapshots/Countries/NetherlandsTest/it_can_calculate_dutch_holidays.snap +++ b/tests/.pest/snapshots/Countries/NetherlandsTest/it_can_calculate_dutch_holidays.snap @@ -31,14 +31,14 @@ "name": "Pinkstermaandag", "date": "2024-05-20" }, - { - "name": "2de Kerstdag", - "date": "2024-12-16" - }, { "name": "Kerstmis", "date": "2024-12-25" }, + { + "name": "2de Kerstdag", + "date": "2024-12-26" + }, { "name": "Oudjaar", "date": "2024-12-31"