Skip to content

Commit 698879f

Browse files
julesjulianpcluo
authored andcommitted
TST: Correct test name for MLK holiday. (pandas-dev#16287)
1 parent 1bd11ae commit 698879f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/test_holiday.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def test_after_nearest_workday(self):
344344

345345
class TestFederalHolidayCalendar(object):
346346

347-
def test_no_mlk_before_1984(self):
347+
def test_no_mlk_before_1986(self):
348348
# see gh-10278
349349
class MLKCalendar(AbstractHolidayCalendar):
350350
rules = [USMartinLutherKingJr]

0 commit comments

Comments
 (0)