Skip to content

Commit 241959e

Browse files
removing init and unnecessary random seed
1 parent eb2e566 commit 241959e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nsqlookup/engine_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ const (
1515
tombTimeout = 50 * time.Millisecond
1616
)
1717

18-
func init() {
19-
rand.Seed(time.Now().UnixNano())
20-
}
21-
2218
func testEngine(t *testing.T, do func(context.Context, *testing.T, Engine)) {
2319
tests := []struct {
2420
Type string

0 commit comments

Comments
 (0)