forked from espressif/esp-idf
Minor: typo
Minor typo: missing parenthesis
This commit is contained in:
committed by
GitHub
parent
ef98a363e3
commit
255342e651
@@ -18,7 +18,7 @@ Tests are added in a function in the C file as follows:
|
|||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
TEST_CASE("test name", "[module name]"
|
TEST_CASE("test name", "[module name]")
|
||||||
{
|
{
|
||||||
// Add test here
|
// Add test here
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user