diff --git a/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/snowbridge.rs b/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/snowbridge.rs index db5d66a8d0..836f46c853 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/snowbridge.rs +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/snowbridge.rs @@ -339,6 +339,8 @@ pub fn ethereum_extrinsic( let balance_after_sync_com_update = >::free_balance(&alice_account); + let _ = RuntimeHelper::::run_to_block(3, AccountId::from(alice).into()); + // Invalid sync committee update let invalid_sync_committee_outcome = construct_and_apply_extrinsic(alice, invalid_update_sync_committee_call.into());