Skip to content

Commit b00596d

Browse files
committed
see what coverage is lost by not sending value
1 parent 9b825e2 commit b00596d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/frontier/opcodes/test_calldatasize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def test_calldataload(
4545
protected=fork >= Byzantium,
4646
sender=pre.fund_eoa(),
4747
to=to,
48+
value=0x1,
4849
)
4950
post = {address: Account(storage={0x00: args_size})}
5051
state_test(pre=pre, post=post, tx=tx)

0 commit comments

Comments
 (0)