Skip to content

Commit

Permalink
Update comment in test_dictionary_from_pandas_specified_type()
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenkaF committed Oct 13, 2022
1 parent 0a57107 commit d872906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -3813,7 +3813,7 @@ def test_dictionary_from_pandas_specified_type():
with pytest.raises(pa.ArrowInvalid):
result = pa.array(cat, type=typ)

# mismatching order -> raise error (for now a deprecation warning)
# mismatching order -> raise error
typ = pa.dictionary(
index_type=pa.int8(), value_type=pa.string(), ordered=True)
msg = "The 'ordered' flag of the passed categorical values "
Expand Down

0 comments on commit d872906

Please sign in to comment.