edit xcm simulator test code (#6695)

This commit is contained in:
Raf
2023-02-10 05:50:56 -03:00
committed by GitHub
parent d38a94acf1
commit f81f1bae4c
@@ -253,7 +253,7 @@ mod tests {
0, 0,
)); ));
assert_eq!( assert_eq!(
parachain::Balances::free_balance(&child_account_id(1)), relay_chain::Balances::free_balance(&child_account_id(1)),
INITIAL_BALANCE + withdraw_amount INITIAL_BALANCE + withdraw_amount
); );
}); });