Skip to content

Commit 549dcff

Browse files
Update pandas/tests/strings/test_find_replace.py
1 parent 1403c87 commit 549dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/strings/test_find_replace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def test_startswith_endswith_validate_na(any_string_dtype):
286286
with tm.assert_produces_warning(FutureWarning, match=msg):
287287
ser.str.endswith("bar", na="baz")
288288
else:
289-
# TODO: don't surface pyarrow errors
289+
# TODO(infer_string): don't surface pyarrow errors
290290
import pyarrow as pa
291291

292292
msg = "Could not convert 'baz' with type str: tried to convert to boolean"

0 commit comments

Comments
 (0)