refactor(bank): move bank balances to use collections (#15327)
This commit is contained in:
@@ -478,5 +478,5 @@ func TestGRPCDenomOwners(t *testing.T) {
|
||||
req := &banktypes.QueryDenomOwnersRequest{
|
||||
Denom: coin1.GetDenom(),
|
||||
}
|
||||
testdata.DeterministicIterations(f.ctx, t, req, f.queryClient.DenomOwners, 2525, false)
|
||||
testdata.DeterministicIterations(f.ctx, t, req, f.queryClient.DenomOwners, 2516, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user