From f81f1bae4c2c2e2d06cf1e5aa33625e9f33f004b Mon Sep 17 00:00:00 2001 From: Raf Date: Fri, 10 Feb 2023 05:50:56 -0300 Subject: [PATCH] edit xcm simulator test code (#6695) --- polkadot/xcm/xcm-simulator/example/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/xcm/xcm-simulator/example/src/lib.rs b/polkadot/xcm/xcm-simulator/example/src/lib.rs index 0ddaf6337f..b2bedf4c37 100644 --- a/polkadot/xcm/xcm-simulator/example/src/lib.rs +++ b/polkadot/xcm/xcm-simulator/example/src/lib.rs @@ -253,7 +253,7 @@ mod tests { 0, )); assert_eq!( - parachain::Balances::free_balance(&child_account_id(1)), + relay_chain::Balances::free_balance(&child_account_id(1)), INITIAL_BALANCE + withdraw_amount ); });