Skip to content

Commit

Permalink
adding gas to tx gets everything passing
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Jan 10, 2025
1 parent 96c2be9 commit 34e9230
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/frontier/opcodes/test_calldatacopy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""test `CALLDATACOPY` opcode."""

from re import M

import pytest

from ethereum_test_forks import Fork
Expand Down Expand Up @@ -165,7 +163,7 @@ def test_calldatacopy(

tx = Transaction(
data=tx_data,
gas_limit=0x100_000,
gas_limit=0x100_000_000,
gas_price=0x0A,
protected=fork >= Byzantium,
sender=pre.fund_eoa(),
Expand Down

0 comments on commit 34e9230

Please sign in to comment.