pub fn can_deposit_overflow<T, AccountId>()where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,Expand description
Test Inspect::can_deposit returns DepositConsequence::Overflow when
depositing an amount that would overflow.