1
0
mirror of https://github.com/ThrowTheSwitch/Unity synced 2025-05-21 02:09:34 -04:00

Fix TEST_CASE description typo

This commit is contained in:
Alex Overchenko 2023-07-08 23:15:15 +03:00 committed by GitHub
parent 8a6623990a
commit 30b1a05c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: