Skip to content

Commit aea0d89

Browse files
authored
Fix wrong date for ANZAC Day test
Signed-off-by: Panpakorn Siripanich <[email protected]>
1 parent 510acbf commit aea0d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/countries/test_pitcairn_islands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ def test_2022_government(self):
137137
def test_2022_workday(self):
138138
self.assertHolidays(
139139
PitcairnIslands(categories=WORKDAY, years=2022),
140-
("2022-04-26", "ANZAC Day"),
140+
("2022-04-25", "ANZAC Day"),
141141
("2022-11-11", "Remembrance Day"),
142142
)

0 commit comments

Comments
 (0)