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

Test Mutate::set_balance burns balances correctly.

This test verifies that burning a balance using set_balance updates the account balance, total issuance, and active issuance correctly.