Skip to content

Commit

Permalink
chore: empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic committed Apr 30, 2024
1 parent b586248 commit 0373aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testhelpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const IntegrationTestAccountID = 3806526

// RandSeq is used to get a string made up of n random lowercase letters.
func RandSeq(n int) string {
// commented this line out, since this no longer works with go1.21 and needs no alternative, as seeding isn't needed
// commented the following line out, since this no longer works with go1.21 and needs no alternative, as seeding isn't needed
// rand.Seed(time.Now().UnixNano())
b := make([]rune, n)
for i := range b {
Expand Down

0 comments on commit 0373aff

Please sign in to comment.