test: fix integration test TestSendEnabled (#22620)
This commit is contained in:
parent
3ebd7e53ed
commit
fdb7688804
@ -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++ {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user