Skip to content

Commit 395362c

Browse files
Add data for 2020-2021
1 parent 2da6c3e commit 395362c

File tree

2 files changed

+397
-32
lines changed

2 files changed

+397
-32
lines changed

tests/test_init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def test_holidays_for_year(self):
6363
self.assertEquals(sorted(v.keys()), self.EXPECTED_KEYS)
6464

6565
with self.assertRaisesRegexp(
66-
UnsupportedYearException, "No data for year: 2021"
66+
UnsupportedYearException, "No data for year: 2022"
6767
):
68-
self.assertEquals({}, d.holidays_for_year(2021))
68+
self.assertEquals({}, d.holidays_for_year(2022))
6969

7070
def test_holiday_for_year_by_name(self):
7171
d = SchoolHolidayDates()

0 commit comments

Comments
 (0)