Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 24, 2024
1 parent b6bb033 commit 932d478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 932d478

Please sign in to comment.