Skip to content

Commit

Permalink
test: fix integration test TestSendEnabled (#22620)
Browse files Browse the repository at this point in the history
(cherry picked from commit fdb7688)
  • Loading branch information
hieuvubk authored and mergify[bot] committed Nov 22, 2024
1 parent c8ef0ef commit d74019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/v2/bank/determinisitic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func TestSendEnabled(t *testing.T) {
allDenoms := []string{}

rapid.Check(t, func(rt *rapid.T) {
count := rapid.IntRange(0, 10).Draw(rt, "count")
count := rapid.IntRange(1, 10).Draw(rt, "count")
denoms := make([]string, 0, count)

for i := 0; i < count; i++ {
Expand Down

0 comments on commit d74019c

Please sign in to comment.