Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
This commit is contained in:
parent
c8ef0ef3ff
commit
a1d78efc49
@ -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