Skip to content

Commit aedbd94

Browse files
committed
TST: text correction, xref pandas-dev#19987
1 parent cbffd19 commit aedbd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ def test_values_consistent(array, expected_type, dtype):
12271227
pytest.param(
12281228
pd.PeriodIndex(['2017', '2018'], freq='D'),
12291229
np.array([17167, 17532]),
1230-
marks=pytest.mark.xfail(reason="Not implemented")
1230+
marks=pytest.mark.xfail(reason="PeriodArray Not implemented")
12311231
),
12321232
])
12331233
def test_ndarray_values(array, expected):

0 commit comments

Comments
 (0)