Skip to content

Commit

Permalink
Update test_arrow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Sep 4, 2023
1 parent a21c360 commit de3ef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/extension/test_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2993,7 +2993,7 @@ def test_groupby_count_return_arrow_dtype(data_missing):


def test_fixed_size_list():
# GH#54999
# GH#55000
ser = pd.Series(
[[1, 2], [3, 4]], dtype=ArrowDtype(pa.list_(pa.int64(), list_size=2))
)
Expand Down

0 comments on commit de3ef44

Please sign in to comment.