Update mocks to use TestDefaultConfig
ermalkaleci opened this issue · 0 comments
ermalkaleci commented
Example
#[derive_impl(pallet_balances::config_preludes::TestDefaultConfig)]
impl pallet_balances::Config for Runtime {
type AccountStore = System;
type ExistentialDeposit = ExistentialDeposit;
}