Add coverage for rand
This commit is contained in:
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()
|
||||||
|
}
|
Reference in New Issue
Block a user