Skip to content

Commit 3539d80

Browse files
WillAydjreback
authored andcommitted
Fixed typo in test_eval arguments (#18847)
1 parent 08f02be commit 3539d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/computation/test_eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ def test_invalid_parser():
17981798
'pandas': PandasExprVisitor}
17991799

18001800

1801-
@pytest.mark.parametrize('engine', _parsers)
1801+
@pytest.mark.parametrize('engine', _engines)
18021802
@pytest.mark.parametrize('parser', _parsers)
18031803
def test_disallowed_nodes(engine, parser):
18041804
VisitorClass = _parsers[parser]

0 commit comments

Comments
 (0)