Skip to content

Commit c01e2d9

Browse files
series | index still fails, but now only due to a dtype mismatch
1 parent 5ab4f98 commit c01e2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/series/test_operators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ def test_logical_ops_with_index(self, op):
288288
pytest.param(
289289
ops.ror_,
290290
marks=pytest.mark.xfail(
291-
reason="Index.get_indexer with non unique index",
292-
raises=InvalidIndexError,
291+
reason="GH#22092 Index implementation returns Index",
292+
raises=AssertionError,
293293
strict=True,
294294
),
295295
),

0 commit comments

Comments
 (0)