Skip to content

Commit 1c7ce4a

Browse files
committed
47734: updates for infer string tests
1 parent 3737164 commit 1c7ce4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/computation/test_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ def test_eval_keep_name(self, engine, parser):
743743
expected = Series([4, 30, 56], name="a")
744744
tm.assert_series_equal(expected, res)
745745

746-
def test_obj_str_addition(self, engine, parser):
746+
def test_obj_str_addition(self):
747747
# GH 47734
748748
df = DataFrame({"a": ["a", "b"]})
749749
res = df.eval("a + 'a'", engine="python")

0 commit comments

Comments
 (0)