From d25c90a3082b6d556405082fd248540f81feef31 Mon Sep 17 00:00:00 2001 From: Julian Kuhlmann Date: Mon, 8 May 2017 11:19:44 -0700 Subject: [PATCH] Correct test name for MLK holiday. --- pandas/tests/tseries/test_holiday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/tseries/test_holiday.py b/pandas/tests/tseries/test_holiday.py index 59a2a225ab5f8..3ea7e5b8620f2 100644 --- a/pandas/tests/tseries/test_holiday.py +++ b/pandas/tests/tseries/test_holiday.py @@ -344,7 +344,7 @@ def test_after_nearest_workday(self): class TestFederalHolidayCalendar(object): - def test_no_mlk_before_1984(self): + def test_no_mlk_before_1986(self): # see gh-10278 class MLKCalendar(AbstractHolidayCalendar): rules = [USMartinLutherKingJr]