Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 5d3c797

Browse files
committed
fix failing unit test
1 parent 04feaa9 commit 5d3c797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frame/ethereum/src/tests/eip7702.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ fn eip7702_transaction_execution() {
179179
U256::zero(),
180180
U256::from(0x100000),
181181
TransactionAction::Call(bob.address),
182-
U256::from(1000),
182+
U256::from(1_000_000_000_000u128),
183183
vec![],
184184
vec![authorization],
185185
)

0 commit comments

Comments
 (0)