diff --git a/internal/test/test.go b/internal/test/test.go index 4e7121ca7..a978c8548 100644 --- a/internal/test/test.go +++ b/internal/test/test.go @@ -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(), ) }