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

Test Mutate::restore for successful restoration.

This test verifies that restoring an amount into each account updates their balances and the total issuance values correctly.