We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e69871 commit 5380abaCopy full SHA for 5380aba
pandas/tests/arrays/string_/test_string.py
@@ -338,10 +338,7 @@ def test_add_frame_invalid(dtype, invalid):
338
339
if dtype.storage == "pyarrow":
340
if invalid == pd.Categorical(["test"]):
341
- msg = (
342
- "Incompatible type found when converting "
343
- "to PyArrow dtype for operation."
344
- )
+ msg = "Incompatible type when converting to PyArrow dtype for operation."
345
else:
346
msg = (
347
"Can only add string arrays to dtypes "
0 commit comments