Skip to content

Commit

Permalink
TST: text correction, xref #19987
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 5, 2018
1 parent cbffd19 commit aedbd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit aedbd94

Please sign in to comment.