Skip to content

Commit cc7ebe4

Browse files
cleanup
1 parent b4e2de4 commit cc7ebe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_replace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ def test_regex_replace_scalar(
16151615
tm.assert_frame_equal(result, expected)
16161616

16171617
@pytest.mark.parametrize("regex", [False, True])
1618-
def test_replace_regex_dtype_frame(self, regex, using_infer_string):
1618+
def test_replace_regex_dtype_frame(self, regex):
16191619
# GH-48644
16201620
df1 = DataFrame({"A": ["0"], "B": ["0"]})
16211621
expected_df1 = DataFrame({"A": [1], "B": [1]})

0 commit comments

Comments
 (0)