chore: fix typo (#4246)

This commit is contained in:
Kevin Wan
2024-07-14 10:52:47 +08:00
committed by GitHub
parent 775b105ab2
commit 9f8455ddb3
4 changed files with 32 additions and 23 deletions

View File

@@ -135,5 +135,5 @@ func verify(t *testing.T, fn func() bool) {
count++
}
}
assert.True(t, count >= 80, fmt.Sprintf("should be greater than 80, actual %d", count))
assert.True(t, count >= 75, fmt.Sprintf("should be greater than 75, actual %d", count))
}