Skip to content

Commit

Permalink
Fix test_2020()
Browse files Browse the repository at this point in the history
  • Loading branch information
kasya committed Oct 9, 2023
1 parent f50728c commit 563f3f1
Showing 1 changed file with 11 additions and 29 deletions.
40 changes: 11 additions & 29 deletions tests/countries/test_maldives.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)

0 comments on commit 563f3f1

Please sign in to comment.