From 8cca0b33cbf40b47ad807504660ccbd1f48fb442 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Sun, 22 Dec 2019 13:25:32 +0100 Subject: [PATCH] added 2020 holiday test --- test/feature/test_holiday.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], }