Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Oct 4, 2024
1 parent 9d691d1 commit f8e2f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ast/test_annotate_and_optimize_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_contract_info(source_code):
pre_parse_result = pre_parse(source_code)
py_ast = python_ast.parse(pre_parse_result.reformatted_code)

annotate_python_ast(py_ast, pre_parse_result)
annotate_python_ast(py_ast, pre_parse_result.reformatted_code, pre_parse_result)

return py_ast, pre_parse_result.reformatted_code

Expand Down

0 comments on commit f8e2f17

Please sign in to comment.