Skip to content

Commit

Permalink
Update White Sunday holiday name
Browse files Browse the repository at this point in the history
  • Loading branch information
kasya committed Aug 15, 2024
1 parent 2410f73 commit bffcc14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion holidays/countries/samoa.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _populate(self, year):
self._add_holiday_1_day_past_2nd_sun_of_aug("Father's Day")

# White Monday (Lotu a Tamaiti).
self._add_holiday_1_day_past_2nd_sun_of_oct("White Monday (Lotu a Tamaiti)")
self._add_holiday_1_day_past_2nd_sun_of_oct("White Sunday (Lotu a Tamaiti)")

# Christmas Day.
self._add_christmas_day("Christmas Day")
Expand Down
4 changes: 2 additions & 2 deletions tests/countries/test_samoa.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_2023(self):
("2023-05-15", "Mother's Day"),
("2023-06-01", "Independence Day"),
("2023-08-14", "Father's Day"),
("2023-10-09", "White Monday (Lotu a Tamaiti)"),
("2023-10-09", "White Sunday (Lotu a Tamaiti)"),
("2023-12-25", "Christmas Day"),
("2023-12-26", "Boxing Day"),
)
Expand All @@ -68,7 +68,7 @@ def test_2024(self):
("2024-05-13", "Mother's Day"),
("2024-06-01", "Independence Day"),
("2024-08-12", "Father's Day"),
("2024-10-14", "White Monday (Lotu a Tamaiti)"),
("2024-10-14", "White Sunday (Lotu a Tamaiti)"),
("2024-12-25", "Christmas Day"),
("2024-12-26", "Boxing Day"),
)

0 comments on commit bffcc14

Please sign in to comment.