Skip to content

Commit

Permalink
robustness: remove explicit random seed in robustness tests.
Browse files Browse the repository at this point in the history
Signed-off-by: redwrasse <[email protected]>
  • Loading branch information
redwrasse committed Jan 24, 2025
1 parent a37bee0 commit 43c6316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/robustness/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ var (
)

func TestMain(m *testing.M) {
rand.Seed(time.Now().UnixNano())
testRunner.TestMain(m)
}

Expand Down

0 comments on commit 43c6316

Please sign in to comment.