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

Test Mutate::restore handles restoration below the minimum balance.

This test verifies that restoring an amount below the minimum balance returns an error and does not change the account balance or total issuance values.