Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Jun 14, 2024
1 parent 4a44670 commit b31cfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/tests/pandas/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -4883,7 +4883,7 @@ def set_categories(ser):
modin_series,
pandas_series,
set_categories,
expected_exception=AttributeError("can't set attribute 'categories'"),
expected_exception=False,
)


Expand Down

0 comments on commit b31cfde

Please sign in to comment.