mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18438 from Ziesie1/Ziesie1-patch-1
tests/unittests: Correct typo in documentation
This commit is contained in:
commit
fc33f887b5
@ -256,7 +256,7 @@ Test *tests_<module>_<header>_tests(void)
|
||||
EMB_UNIT_TESTCALLER(<module>_<header>_tests, set_up, tear_down, fixtures);
|
||||
/* set up and tear down function can be NULL if omitted */
|
||||
|
||||
return (Test *)&<module>_<header>;
|
||||
return (Test *)&<module>_<header>_tests;
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user