Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas/tests/util/test_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_more_than_one_ref():

b = b"testing"

with pytest.raises(BadMove) as e:
with pytest.raises(BadMove, match="testing") as e:
def handle_success(type_, value, tb):
assert value.args[0] is b
return type(e).handle_success(e, type_, value, tb) # super
Expand Down