Merge branch 'contrib/github_pr_7978' into 'master'

docs: fix minor typo (Github PR)

Closes IDFGH-6316

See merge request espressif/esp-idf!16233
This commit is contained in:
Ivan Grokhotkov
2021-12-02 13:29:48 +00:00

View File

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