diff --git a/runtime/battery-station/src/integration_tests/xcm/tests/transfers.rs b/runtime/battery-station/src/integration_tests/xcm/tests/transfers.rs index 78b326029..77631353a 100644 --- a/runtime/battery-station/src/integration_tests/xcm/tests/transfers.rs +++ b/runtime/battery-station/src/integration_tests/xcm/tests/transfers.rs @@ -235,7 +235,7 @@ fn transfer_roc_to_relay_chain() { }); RococoNet::execute_with(|| { - assert_eq!(rococo_runtime::Balances::free_balance(&BOB.into()), 948_894_198_216); + assert_eq!(rococo_runtime::Balances::free_balance(&BOB.into()), 999_988_806_429); }); } diff --git a/runtime/zeitgeist/src/integration_tests/xcm/tests/transfers.rs b/runtime/zeitgeist/src/integration_tests/xcm/tests/transfers.rs index b537311f3..316fb19d1 100644 --- a/runtime/zeitgeist/src/integration_tests/xcm/tests/transfers.rs +++ b/runtime/zeitgeist/src/integration_tests/xcm/tests/transfers.rs @@ -235,7 +235,7 @@ fn transfer_dot_to_relay_chain() { }); PolkadotNet::execute_with(|| { - assert_eq!(polkadot_runtime::Balances::free_balance(&BOB.into()), 19_530_582_548); + assert_eq!(polkadot_runtime::Balances::free_balance(&BOB.into()), 19_573_469_824); }); }