Skip to content

Commit

Permalink
Merged latest beta branch from remote repo and added new entry for Al…
Browse files Browse the repository at this point in the history
…geria in holidays/registry.py

Fixed typo in holidays/countries/algeria.py
  • Loading branch information
abh31000 committed May 11, 2023
1 parent 00165ac commit 37aa243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions holidays/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

COUNTRIES: RegistryDict = {
"albania": ("Albania", "AL", "ALB"),
"algeria": ("Algeria", "DZ", "DZA"),
"american_samoa": ("AmericanSamoa", "AS", "ASM", "HolidaysAS"),
"andorra": ("Andorra", "AD", "AND"),
"angola": ("Angola", "AO", "AGO"),
Expand Down
2 changes: 1 addition & 1 deletion tests/countries/test_algeria.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_2022(self):
def test_new_year_day(self):
self.assertHoliday("2022-01-01", "2023-01-01")

def test_independance_day(self):
def test_independence_day(self):
self.assertNoHoliday("1961-07-05")
self.assertHoliday("1962-07-05")

Expand Down

0 comments on commit 37aa243

Please sign in to comment.