From: Kevin Day Date: Wed, 6 Sep 2023 05:09:17 +0000 (-0500) Subject: Cleanup: Fix unit test documentation comment for f_directory_remove_custom(). X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=eab090d64ec4acf21c26a3f233911b98100fd6d1;p=fll Cleanup: Fix unit test documentation comment for f_directory_remove_custom(). --- diff --git a/level_0/f_directory/tests/unit/c/test-directory-remove_custom.h b/level_0/f_directory/tests/unit/c/test-directory-remove_custom.h index c2ec740..ef30c45 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-remove_custom.h +++ b/level_0/f_directory/tests/unit/c/test-directory-remove_custom.h @@ -25,7 +25,7 @@ extern void test__f_directory_remove_custom__fails(void **state); extern void test__f_directory_remove_custom__parameter_checking(void **state); /** - * Test that function works but the path is empty. + * Test that the function returns F_data_not. * * @see f_directory_remove_custom() */