Skip to content

Commit

Permalink
add more gas to message in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
gshep committed Jul 20, 2022
1 parent 229d675 commit cfbf941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/gear/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,7 @@ fn test_two_contracts_composition_works() {
Origin::signed(USER_1),
compose_id,
100_u64.to_le_bytes().to_vec(),
10_000_000_000,
30_000_000_000,
0,
));

Expand Down

0 comments on commit cfbf941

Please sign in to comment.