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 aa0869f27b..bc90baf9e1 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/snowbridge.rs +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/tests/snowbridge.rs @@ -349,7 +349,7 @@ pub fn ethereum_extrinsic( construct_and_apply_extrinsic(alice, update_sync_committee_call.into()); assert_ok!(sync_committee_outcome); let balance_after_sync_com_update = - >::free_balance(&alice_account.clone().into()); + >::free_balance(alice_account.clone().into()); // Invalid sync committee update let invalid_sync_committee_outcome =