Skip to content

Commit ccd92a4

Browse files
MCRE-BEmroeschke
andauthored
Update test_parse_dates.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 4442435 commit ccd92a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_parse_dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def test_parse_dates_arrow_dtype_as_index(all_parsers):
873873
name="a",
874874
),
875875
)
876-
tm.assert_series_equals(result, expected)
876+
tm.assert_frame_equal(result, expected)
877877

878878

879879
@xfail_pyarrow # object dtype index

0 commit comments

Comments
 (0)