From 5d217a1fc3004501a598b87d7b970e472feb57d8 Mon Sep 17 00:00:00 2001 From: Ardit Marku Date: Tue, 24 Oct 2023 22:47:04 +0300 Subject: [PATCH] Update wording for seed and random flags Co-authored-by: Supun Setunga --- internal/test/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), ) }