From fb4f37c47bd0617f8a3df9d8998fc1c7323dba81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dejan=20Miji=C4=87?= Date: Fri, 12 Sep 2025 08:12:31 +0200 Subject: [PATCH] Fix test tagging example --- docs/reference/test/aspects/annotating-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/test/aspects/annotating-tests.md b/docs/reference/test/aspects/annotating-tests.md index 707f00ebf074..78f6fabea3f9 100644 --- a/docs/reference/test/aspects/annotating-tests.md +++ b/docs/reference/test/aspects/annotating-tests.md @@ -65,7 +65,7 @@ object TaggedSpecsExample extends ZIOSpecDefault { By adding the `-tags slow` argument to the command line, we will only run the slow tests: ``` -sbt> testOnly TaggedSpecsExample -tags slow +sbt> testOnly TaggedSpecsExample -- -tags slow ``` The output would be: