mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
improve code coverage of random number generator test (#3358)
This commit is contained in:
parent
d4293fb274
commit
08af9fc2c1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ var _ = Describe("Rand", func() {
|
|||
It("generates random numbers", func() {
|
||||
const (
|
||||
num = 1000
|
||||
max = 123456
|
||||
max = 12345678
|
||||
)
|
||||
|
||||
var values [num]int32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue