We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd75cc commit eceaea6Copy full SHA for eceaea6
pandas/tests/tseries/holiday/test_holiday.py
@@ -340,7 +340,7 @@ class TestHolidayCalendar(AbstractHolidayCalendar):
340
tm.assert_index_equal(date_interval_high, expected_results)
341
342
343
-def test_holidays_with_timezone_specified_but_no_occurences():
+def test_holidays_with_timezone_specified_but_no_occurrences():
344
# GH 54580
345
# _apply_rule() in holiday.py was silently dropping timezones if you passed it
346
# an empty list of holiday dates that had timezone information
0 commit comments