Skip to content

Commit fbb3e37

Browse files
committed
testcase update
1 parent e6435fb commit fbb3e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/categorical/test_take.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_take_bounds(self, allow_fill):
2929
if allow_fill:
3030
msg = "indices are out-of-bounds"
3131
else:
32-
msg = "index 4 is out of bounds for axis 0 with size 3"
32+
msg = "index 4 is out of bounds for( axis 0 with)? size 3"
3333
with pytest.raises(IndexError, match=msg):
3434
cat.take([4, 5], allow_fill=allow_fill)
3535

0 commit comments

Comments
 (0)