aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner/test_runner_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/runner/test_runner_str.c')
-rw-r--r--test/src/runner/test_runner_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/runner/test_runner_str.c b/test/src/runner/test_runner_str.c
index 368c033..3d829ad 100644
--- a/test/src/runner/test_runner_str.c
+++ b/test/src/runner/test_runner_str.c
@@ -2,5 +2,5 @@
TEST_GROUP_RUNNER(ft_strlen)
{
- RUN_TEST_CASE(ft_strlen, yo);
+ RUN_TEST_CASE(ft_strlen, basic);
}