From 30b1a05c33cda2489ea2ff1259d3c12f05c2b93c Mon Sep 17 00:00:00 2001 From: Alex Overchenko Date: Sat, 8 Jul 2023 23:15:15 +0300 Subject: [PATCH] Fix TEST_CASE description typo --- docs/UnityHelperScriptsGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UnityHelperScriptsGuide.md b/docs/UnityHelperScriptsGuide.md index 06c34ea..8b1e637 100644 --- a/docs/UnityHelperScriptsGuide.md +++ b/docs/UnityHelperScriptsGuide.md @@ -220,7 +220,7 @@ If we use replace comment before test function with the following code: ```C TEST_CASE(1, 2, 5) -TEST_CASE(3, 7, 20) +TEST_CASE(10, 7, 20) ``` script will generate 2 test calls: