Skip to content

Commit

Permalink
Fix runtime tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Aug 9, 2023
1 parent 4f37267 commit da91bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/src/xvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ fn calling_evm_payable_from_wasm_works() {
RuntimeOrigin::signed(ALICE),
MultiAddress::Id(wasm_address.clone()),
value,
Weight::from_parts(10_000_000_000, 10 * 1024 * 1024),
Weight::from_parts(10_000_000_000, 1024 * 1024),
None,
input,
));
Expand Down

0 comments on commit da91bca

Please sign in to comment.