robustness: remove explicit random seed in robustness tests.
Signed-off-by: redwrasse <mail@redwrasse.io>
This commit is contained in:
@ -46,7 +46,6 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestMain(m *testing.M) {
|
func TestMain(m *testing.M) {
|
||||||
rand.Seed(time.Now().UnixNano())
|
|
||||||
testRunner.TestMain(m)
|
testRunner.TestMain(m)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user