pub fn can_withdraw_balance_low<T, AccountId>()where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,
Expand description
Test Inspect::can_withdraw
returns WithdrawConsequence::BalanceLow
when withdrawing
an amount that would result in an account balance below the current balance.