From aedbd948938f7e9230a321eb49f6c789867ab2b6 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Mon, 5 Mar 2018 06:36:41 -0500 Subject: [PATCH] TST: text correction, xref #19987 --- pandas/tests/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/test_base.py b/pandas/tests/test_base.py index b455073665442..9f7b06ed2d61c 100644 --- a/pandas/tests/test_base.py +++ b/pandas/tests/test_base.py @@ -1227,7 +1227,7 @@ def test_values_consistent(array, expected_type, dtype): pytest.param( pd.PeriodIndex(['2017', '2018'], freq='D'), np.array([17167, 17532]), - marks=pytest.mark.xfail(reason="Not implemented") + marks=pytest.mark.xfail(reason="PeriodArray Not implemented") ), ]) def test_ndarray_values(array, expected):