From 932d4780a4685611b0f311b756b37f29411eb408 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 24 Sep 2024 14:07:51 -0500 Subject: [PATCH] chore: lint --- tests/functional/test_compiler.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/test_compiler.py b/tests/functional/test_compiler.py index 441c855..f088be8 100644 --- a/tests/functional/test_compiler.py +++ b/tests/functional/test_compiler.py @@ -201,6 +201,8 @@ def test_compile_project(project): assert "contract_039" in actual assert "contract_no_pragma" in actual assert "older_version" in actual + + # # # @pytest.mark.parametrize("contract_name", PASSING_CONTRACT_NAMES) @@ -309,6 +311,7 @@ def test_get_version_map(project, compiler, all_versions): } assert actual4 == expected4 + # # def test_compiler_data_in_manifest(project): # def run_test(manifest):