We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6435fb commit fbb3e37Copy full SHA for fbb3e37
pandas/tests/arrays/categorical/test_take.py
@@ -29,7 +29,7 @@ def test_take_bounds(self, allow_fill):
29
if allow_fill:
30
msg = "indices are out-of-bounds"
31
else:
32
- msg = "index 4 is out of bounds for axis 0 with size 3"
+ msg = "index 4 is out of bounds for( axis 0 with)? size 3"
33
with pytest.raises(IndexError, match=msg):
34
cat.take([4, 5], allow_fill=allow_fill)
35
0 commit comments