test: fix integration test TestSendEnabled (#22620)

This commit is contained in:
Hieu Vu 2024-11-22 22:22:43 +07:00 committed by GitHub
parent 3ebd7e53ed
commit fdb7688804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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++ {