Function frame_support::traits::tokens::fungible::conformance_tests::regular::mutate::can_withdraw_success
source · pub fn can_withdraw_success<T, AccountId>()where
T: Mutate<AccountId>,
<T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug,
AccountId: AtLeast8BitUnsigned,
Expand description
Test Inspect::can_withdraw
returns WithdrawConsequence::Success
when withdrawing an
amount that should succeed.