Skip to content

Commit

Permalink
Update tests/unit/slithir/test_argument_reorder.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
smonicas and github-actions[bot] authored Dec 3, 2024
1 parent 2c401e6 commit c97abac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/slithir/test_argument_reorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_internal_call_reorder(solc_binary_path) -> None:
and internal_calls[0].arguments[2].value == 5
)


def test_overridden_function_reorder(solc_binary_path) -> None:
solc_path = solc_binary_path("0.8.15")
slither = Slither(
Expand Down

0 comments on commit c97abac

Please sign in to comment.