Skip to content

Commit

Permalink
Fix the integration test on SpendableBalances that broke because the …
Browse files Browse the repository at this point in the history
…gas cost went down with this change.
  • Loading branch information
SpicyLemon committed Aug 26, 2024
1 parent e2b125c commit 350c21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/bank/keeper/deterministic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func TestGRPCQuerySpendableBalances(t *testing.T) {
assert.NilError(t, err)

req := banktypes.NewQuerySpendableBalancesRequest(addr1Str, nil)
testdata.DeterministicIterations(t, f.ctx, req, f.queryClient.SpendableBalances, 1777, false)
testdata.DeterministicIterations(t, f.ctx, req, f.queryClient.SpendableBalances, 1420, false)
}

func TestGRPCQueryTotalSupply(t *testing.T) {
Expand Down

0 comments on commit 350c21b

Please sign in to comment.