diff --git a/pandas/tests/tseries/holiday/test_holiday.py b/pandas/tests/tseries/holiday/test_holiday.py index 054fc07e4180f..eeca75c4e1095 100644 --- a/pandas/tests/tseries/holiday/test_holiday.py +++ b/pandas/tests/tseries/holiday/test_holiday.py @@ -340,7 +340,7 @@ class TestHolidayCalendar(AbstractHolidayCalendar): tm.assert_index_equal(date_interval_high, expected_results) -def test_holidays_with_timezone_specified_but_no_occurences(): +def test_holidays_with_timezone_specified_but_no_occurrences(): # GH 54580 # _apply_rule() in holiday.py was silently dropping timezones if you passed it # an empty list of holiday dates that had timezone information