Skip to content

Commit 18b5581

Browse files
Raisa DzhamtyrovaRaisa Dzhamtyrova
authored andcommitted
change to test_isin.py
1 parent 5e811bd commit 18b5581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_isin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_isin_with_string_scalar(self):
6161
index=["foo", "bar", "baz", "qux"],
6262
)
6363
msg = (
64-
r"only list-like or dict-like objects are allowed"
64+
r"only list-like or dict-like objects are allowed "
6565
r"to be passed to DataFrame.isin\(\), you passed a 'str'"
6666
)
6767
with pytest.raises(TypeError, match=msg):

0 commit comments

Comments
 (0)