diff --git a/test/feature/test_holiday.py b/test/feature/test_holiday.py index 6124460..b45dd25 100644 --- a/test/feature/test_holiday.py +++ b/test/feature/test_holiday.py @@ -100,8 +100,8 @@ test_dates = { CHRISTMAS_EVE: ["2016-12-24", "2017-12-24", "2018-12-24", "2019-12-24"], CHRISTMAS_DAY: ["2016-12-25", "2017-12-25", "2018-12-25", "2019-12-25"], NEW_YEARS_EVE: ["2016-12-31", "2017-12-31", "2018-12-31", "2019-12-31"], - BLACK_FRIDAY: ["2016-11-25", "2017-11-24", "2018-11-23", "2019-11-29"], - CYBER_MONDAY: ["2016-11-28", "2017-11-27", "2018-11-26", "2019-12-2"], + BLACK_FRIDAY: ["2016-11-25", "2017-11-24", "2018-11-23", "2019-11-29", "2020-11-27"], + CYBER_MONDAY: ["2016-11-28", "2017-11-27", "2018-11-26", "2019-12-2", "2020-11-30"], }