Skip to content

Commit bb4319b

Browse files
consistent test name
1 parent a3c2a82 commit bb4319b

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
@@ -281,7 +281,7 @@ def test_contains_nan(any_string_dtype):
281281
tm.assert_series_equal(result, expected)
282282

283283

284-
def test_str_contains_compiled_regex_arrow_dtype(any_string_dtype):
284+
def test_contains_compiled_regex(any_string_dtype):
285285
# GH#61942
286286
ser = Series(["foo", "bar", "baz"], dtype=any_string_dtype)
287287
pat = re.compile("ba.")

0 commit comments

Comments
 (0)