Skip to content

Commit

Permalink
Revert "Companion orml#786 (#2234)" (#2242)
Browse files Browse the repository at this point in the history
This reverts commit 3f74909.
  • Loading branch information
wangjj9219 authored Jun 30, 2022
1 parent 1d7d172 commit d6ad56e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion runtime/integration-tests/src/relaychain/statemine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ 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 @@ -136,7 +137,7 @@ fn karura_statemine_transfer_works() {
UNIT + FEE_WEIGHT - FEE_STATEMINE,
Balances::free_balance(&AccountId::from(BOB))
);
assert_eq!(996_017_797_902, Balances::free_balance(&para_2000));
assert_eq!(996_017_792_418, Balances::free_balance(&para_2000));
});
}

Expand Down

0 comments on commit d6ad56e

Please sign in to comment.