diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-30 22:43:25 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-30 22:43:25 +0200 |
| commit | dd5d60dc4cf8052feb00847f9b2276cf105b0551 (patch) | |
| tree | 2c71a2799dd4314b6ca22f3847b30d7553845dce /test/src/runner/test_runner_ht.c | |
| parent | 901402c99018422c994bdb297e3ba404969c88ea (diff) | |
| download | libft-dd5d60dc4cf8052feb00847f9b2276cf105b0551.tar.gz libft-dd5d60dc4cf8052feb00847f9b2276cf105b0551.tar.bz2 libft-dd5d60dc4cf8052feb00847f9b2276cf105b0551.zip | |
Renaming test according to src
Diffstat (limited to 'test/src/runner/test_runner_ht.c')
| -rw-r--r-- | test/src/runner/test_runner_ht.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/runner/test_runner_ht.c b/test/src/runner/test_runner_ht.c index ad7d5cb..1563a72 100644 --- a/test/src/runner/test_runner_ht.c +++ b/test/src/runner/test_runner_ht.c @@ -12,9 +12,9 @@ #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) |
