From afe42debad11419cc3caac97d481edb887f18375 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Thu, 13 Jan 2022 00:01:59 +0100 Subject: [PATCH] style: clippy --- integration-tests/tests/common/balances.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/tests/common/balances.rs b/integration-tests/tests/common/balances.rs index 3de606739..781abf549 100644 --- a/integration-tests/tests/common/balances.rs +++ b/integration-tests/tests/common/balances.rs @@ -27,7 +27,7 @@ pub async fn set_balance( amount: u64, ) -> Result<()> { let _events = create_block_with_extrinsic( - &client, + client, api.tx() .sudo() .sudo(gdev_runtime::Call::Balances( @@ -78,7 +78,7 @@ pub async fn transfer_all( let to = to.to_account_id(); let _events = create_block_with_extrinsic( - &client, + client, api.tx() .balances() .transfer_all(to.clone().into(), false) -- GitLab