aboutgitcodelistschat:MatrixIRC
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_actions.c b/tests/unit/test_actions.c
index 962a74c..a2de8b7 100644
--- a/tests/unit/test_actions.c
+++ b/tests/unit/test_actions.c
@@ -295,7 +295,7 @@ Suite *action_call_suite(void)
tcase_add_checked_fixture(ret, setup_without_fd, teardown);
tcase_set_timeout(ret, timeout);
tcase_add_test(ret, test_act_return);
- suite_add_tcase(s, cont);
+ suite_add_tcase(s, ret);
block = tcase_create("a_block");
tcase_add_checked_fixture(block, setup_without_fd, teardown);