Skip to content

Commit eceaea6

Browse files
committed
Fix typo in the test name
1 parent 1bd75cc commit eceaea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/holiday/test_holiday.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ class TestHolidayCalendar(AbstractHolidayCalendar):
340340
tm.assert_index_equal(date_interval_high, expected_results)
341341

342342

343-
def test_holidays_with_timezone_specified_but_no_occurences():
343+
def test_holidays_with_timezone_specified_but_no_occurrences():
344344
# GH 54580
345345
# _apply_rule() in holiday.py was silently dropping timezones if you passed it
346346
# an empty list of holiday dates that had timezone information

0 commit comments

Comments
 (0)