Skip to content

Commit d2c2f5c

Browse files
committed
cleanup
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 22612e3 commit d2c2f5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ def test_worst_keccak(
8585
)
8686
if len(code) > MAX_CODE_SIZE:
8787
# Must never happen, but keep it as a sanity check.
88-
raise ValueError(
89-
f"Code size {len(code)} exceeds maximum code size {MAX_CODE_SIZE} {bytes(sum([Op.SHA3(0, optimal_input_length) + Op.POP] * 1))}"
90-
)
88+
raise ValueError(f"Code size {len(code)} exceeds maximum code size {MAX_CODE_SIZE}")
9189

9290
code_address = pre.deploy_contract(code=bytes(code))
9391

0 commit comments

Comments
 (0)