diff --git a/end2end-tests/tests/common/balances.rs b/end2end-tests/tests/common/balances.rs index 8149199dea19d9702807d2aaf174ca3b762abd4d..47be324774e7600397d166fef3f879bcfda872d5 100644 --- a/end2end-tests/tests/common/balances.rs +++ b/end2end-tests/tests/common/balances.rs @@ -28,7 +28,7 @@ pub async fn set_balance(client: &Client, who: AccountKeyring, amount: u64) -> R .create_signed( &gdev::tx() .sudo() - .sudo(gdev::runtime_types::gdev_runtime::Call::Balances( + .sudo(gdev::runtime_types::gdev_runtime::RuntimeCall::Balances( pallet_balances::pallet::Call::set_balance { who: MultiAddress::Id(who.to_account_id()), new_free: amount,