We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322153a commit 5ec0e43Copy full SHA for 5ec0e43
pandas/tests/frame/methods/test_join.py
@@ -107,8 +107,6 @@ def test_suffix_on_list_join():
107
108
# check proper errors are raised
109
msg = "Suffixes not supported when joining multiple DataFrames"
110
- with pytest.raises(ValueError, match=msg):
111
- first.join([second], lsuffix="y")
112
with pytest.raises(ValueError, match=msg):
113
first.join([second, third], rsuffix="x")
114
0 commit comments