Skip to content

Commit

Permalink
Update wording for seed and random flags
Browse files Browse the repository at this point in the history
Co-authored-by: Supun Setunga <[email protected]>
  • Loading branch information
m-Peter and SupunS authored Oct 24, 2023
1 parent 7aef0fe commit 5d217a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func run(
}
if testFlags.Random && testFlags.Seed > 0 {
fmt.Printf(
"%s The '--seed' flag has higher priority over '--random'. Do not combine them.\n",
"%s Both '--seed' and '--random' flags are used. Hence, the '--random' flag will be ignored.\n",
output.WarningEmoji(),
)
}
Expand Down

0 comments on commit 5d217a1

Please sign in to comment.