test: fix integration test TestSendEnabled (backport #22620) (#22624)

Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2024-11-22 16:37:01 +01:00 committed by GitHub
parent c8ef0ef3ff
commit a1d78efc49
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++ {