aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner/test_runner_ht.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/runner/test_runner_ht.c')
-rw-r--r--test/src/runner/test_runner_ht.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/src/runner/test_runner_ht.c b/test/src/runner/test_runner_ht.c
index 6f83006..1563a72 100644
--- a/test/src/runner/test_runner_ht.c
+++ b/test/src/runner/test_runner_ht.c
@@ -6,15 +6,15 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/12 22:44:39 by cacharle #+# #+# */
-/* Updated: 2020/02/19 02:46:34 by cacharle ### ########.fr */
+/* Updated: 2020/02/28 12:17:33 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft_test.h"
-TEST_GROUP_RUNNER(ft_htcontent_new)
+TEST_GROUP_RUNNER(ft_htentry_new)
{
- RUN_TEST_CASE(ft_htcontent_new, basic);
+ RUN_TEST_CASE(ft_htentry_new, basic);
}
TEST_GROUP_RUNNER(ft_htnew)