From eab090d64ec4acf21c26a3f233911b98100fd6d1 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 6 Sep 2023 00:09:17 -0500 Subject: [PATCH] Cleanup: Fix unit test documentation comment for f_directory_remove_custom(). --- level_0/f_directory/tests/unit/c/test-directory-remove_custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() */ -- 1.8.3.1