diff options
Diffstat (limited to 'Documentation/tutorial/part3.md')
-rw-r--r-- | Documentation/tutorial/part3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial/part3.md b/Documentation/tutorial/part3.md index 7cdf7d9f21..dc487182c1 100644 --- a/Documentation/tutorial/part3.md +++ b/Documentation/tutorial/part3.md @@ -381,6 +381,6 @@ invoking Cmocka test are described cmocka_unit_test(i2c_read_field_test), }; - return cmocka_run_group_tests(tests, NULL, NULL); + return cb_run_group_tests(tests, NULL, NULL); } ``` |