mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-29 06:47:16 +00:00
Add coverage for rand
This commit is contained in:
parent
a1d62abca4
commit
48a3f0986c
9
ethutil/rand_test.go
Normal file
9
ethutil/rand_test.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package ethutil
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestRandomUint64(t *testing.T) {
|
||||||
|
RandomUint64()
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user