From 563f3f13aa89eef67bd95882acd045e7625f0cca Mon Sep 17 00:00:00 2001 From: Kate Golovanova Date: Mon, 9 Oct 2023 14:14:44 -0700 Subject: [PATCH] Fix test_2020() --- tests/countries/test_maldives.py | 40 +++++++++----------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/tests/countries/test_maldives.py b/tests/countries/test_maldives.py index 55a864d31..b1390e8e4 100644 --- a/tests/countries/test_maldives.py +++ b/tests/countries/test_maldives.py @@ -62,40 +62,22 @@ def test_2018(self): def test_2020(self): self.assertHolidays( Maldives(years=2020), - ("2018-01-01", "New Year's Day"), - ("2018-08-21", "Eid al-Adha* (*estimated)"), ("2020-01-01", "New Year's Day"), + ("2020-08-01", "Eid al-Adha* (*estimated)"), + ("2020-07-26", "Independence Day"), + ("2020-08-20", "Islamic New Year* (*estimated)"), + ("2020-05-25", "Eid al-Fitr* (*estimated)"), ("2020-04-24", "Beginning of Ramadan* (*estimated)"), - ("2018-08-23", "Eid al-Adha* (*estimated)"), - ("2020-05-01", "Labor Day"), - ("2018-07-26", "Independence Day"), - ("2018-09-11", "Islamic New Year* (*estimated)"), - ("2018-08-24", "Eid al-Adha* (*estimated)"), + ("2020-08-02", "Eid al-Adha* (*estimated)"), + ("2020-10-18", "National Day* (*estimated)"), + ("2020-07-31", "Eid al-Adha* (*estimated)"), ("2020-11-03", "Victory Day"), - ("2020-07-30", "Hajj Day* (*estimated)"), ("2020-05-26", "Eid al-Fitr* (*estimated)"), - ("2018-11-09", "National Day* (*estimated)"), - ("2018-06-17", "Eid al-Fitr* (*estimated)"), - ("2018-08-20", "Hajj Day* (*estimated)"), - ("2018-11-20", "Mawlid al-Nabi* (*estimated)"), - ("2018-11-11", "Republic Day"), - ("2020-08-01", "Eid al-Adha* (*estimated)"), - ("2020-08-03", "Eid al-Adha* (*estimated)"), - ("2020-08-02", "Eid al-Adha* (*estimated)"), ("2020-11-11", "Republic Day"), - ("2018-11-03", "Victory Day"), - ("2020-10-18", "National Day* (*estimated)"), - ("2020-05-25", "Eid al-Fitr* (*estimated)"), - ("2018-08-22", "Eid al-Adha* (*estimated)"), - ("2020-10-29", "Mawlid al-Nabi* (*estimated)"), - ("2018-06-15", "Eid al-Fitr* (*estimated)"), + ("2020-07-30", "Hajj Day* (*estimated)"), + ("2020-08-03", "Eid al-Adha* (*estimated)"), ("2020-11-16", "The Day Maldives Embraced Islam* (*estimated)"), - ("2020-07-26", "Independence Day"), + ("2020-10-29", "Mawlid al-Nabi* (*estimated)"), + ("2020-05-01", "Labor Day"), ("2020-05-24", "Eid al-Fitr* (*estimated)"), - ("2020-07-31", "Eid al-Adha* (*estimated)"), - ("2020-08-20", "Islamic New Year* (*estimated)"), - ("2018-06-16", "Eid al-Fitr* (*estimated)"), - ("2018-12-08", "The Day Maldives Embraced Islam* (*estimated)"), - ("2018-05-16", "Beginning of Ramadan* (*estimated)"), - ("2018-05-01", "Labor Day"), )