Skip to content

Commit

Permalink
changed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaiBe-ctrl committed Jun 21, 2024
1 parent f08e8c4 commit 241a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hdays_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_get_country_holidays():
assert issubclass(country_holidays("TU").__class__, holidays.countries.turkey.TR) is True
# assert issubclass(country_holidays("TU").__class__, holidays.countries.turkey.TR) is True

for country in ("UnitedStates", "US", "USA"):
us_holidays = country_holidays(country=country, years=2019)
Expand Down

0 comments on commit 241a407

Please sign in to comment.