Skip to content

Commit

Permalink
Revert "Revert "Companion orml#786 (#2234)" (#2242)" (#2252)
Browse files Browse the repository at this point in the history
This reverts commit d6ad56e.
  • Loading branch information
xlc committed Jul 8, 2022
1 parent 0910ce3 commit 15cc74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions runtime/integration-tests/src/relaychain/statemine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ fn karura_statemine_transfer_works() {
TEN - (asset - FEE_WEIGHT),
kusama_runtime::Balances::free_balance(&child_2000)
);
assert_eq!(33_333_334, kusama_runtime::Balances::free_balance(&child_1000));
});

Statemine::execute_with(|| {
Expand All @@ -137,7 +136,7 @@ fn karura_statemine_transfer_works() {
UNIT + FEE_WEIGHT - FEE_STATEMINE,
Balances::free_balance(&AccountId::from(BOB))
);
assert_eq!(996_017_792_418, Balances::free_balance(&para_2000));
assert_eq!(996_017_797_902, Balances::free_balance(&para_2000));
});
}

Expand Down

0 comments on commit 15cc74c

Please sign in to comment.