pub fn mint_into_below_minimum<T, AccountId>()
where T: Mutate<AccountId>, <T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug, AccountId: AtLeast8BitUnsigned,
Expand description

Test Mutate::mint_into for handling balances below the minimum value.

This test verifies that minting tokens below the minimum balance for an account returns an error and has no impact on the account balance or total issuance values.