Skip to content

Commit

Permalink
test: UGH
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 8, 2024
1 parent a1d18a4 commit 8d7a8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def run_test(manifest):

assert "optimize_codesize" in codesize_opt.contractTypes
assert "older_version" in vyper_028.contractTypes
assert len(gas_opt.contractTypes) > 1
assert len(gas_opt.contractTypes) >= 1
assert "non_payable_default" in true_opt.contractTypes

project.update_manifest(compilers=[])
Expand Down

0 comments on commit 8d7a8d8

Please sign in to comment.