Skip to content

Commit

Permalink
Fix unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Aug 4, 2023
1 parent 102484e commit d6efa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/xvm/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn evm_call_works() {
MockEthereumTransact::assert_transacted(
source,
CheckedEthereumTx {
gas_limit: U256::from(244000),
gas_limit: U256::from(246000),
target: H160::repeat_byte(0xFF),
value: U256::from(value),
input: EthereumTxInput::try_from(input).expect("input too large"),
Expand Down

0 comments on commit d6efa70

Please sign in to comment.