From c97abac28dbcf1f7974524dbec30c7c318bc906e Mon Sep 17 00:00:00 2001 From: Simone <79767264+smonicas@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:13:50 +0100 Subject: [PATCH] Update tests/unit/slithir/test_argument_reorder.py Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- tests/unit/slithir/test_argument_reorder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/slithir/test_argument_reorder.py b/tests/unit/slithir/test_argument_reorder.py index 0743bf694..5d1142694 100644 --- a/tests/unit/slithir/test_argument_reorder.py +++ b/tests/unit/slithir/test_argument_reorder.py @@ -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(