Skip to content

Commit

Permalink
Remove deprecated rand.Seed
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Jan 24, 2024
1 parent a1926a1 commit 1721d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/cmd/run/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func checkWantedDirectories() error {
}

func randomTestRunName() string {
rand.Seed(time.Now().UnixNano())
letters := []rune("abcdefghijklmnopqrstuvwxyz0123456789")
var prefix strings.Builder
prefix.WriteString("e2e-")
Expand Down

0 comments on commit 1721d0f

Please sign in to comment.