refactor(bank): move bank balances to use collections (#15327)
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
//go:build gofuzz || go1.18
|
||||
|
||||
package tests
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/x/bank/types"
|
||||
)
|
||||
|
||||
func FuzzXBankTypesAddressFromBalancesStore(f *testing.F) {
|
||||
f.Fuzz(func(t *testing.T, data []byte) {
|
||||
types.AddressAndDenomFromBalancesStore(data)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user