From e5e3713f921f15880fd03059a83576bc1a9a1d91 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:37:56 +0300 Subject: [PATCH] Typo Update README.md Fix Typographical Error in Testing Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 113c4b897c..947d9c2d1d 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ You need to have ### Splitting tests with groups -Groups can be used to group tests in a test file together. The advantage is you can avoid running long test files when you want to focus on a specific set of tests within a test file.x +Groups can be used to group tests in a test file together. The advantage is you can avoid running long test files when you want to focus on a specific set of tests within a test file. These groups only apply to the test file, not across all test files. So for example group1 in the ballot is not related to a group1 in another test file.