diff --git a/docs/en/api-guides/unit-tests.rst b/docs/en/api-guides/unit-tests.rst index 249aceef2c..6288d24553 100644 --- a/docs/en/api-guides/unit-tests.rst +++ b/docs/en/api-guides/unit-tests.rst @@ -18,7 +18,7 @@ Tests are added in a function in the C file as follows: .. code-block:: c - TEST_CASE("test name", "[module name]" + TEST_CASE("test name", "[module name]") { // Add test here }