From 9e1bf7183af59307c2321b731c5b9f725e94eae1 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 16 Feb 2023 14:06:37 +0100 Subject: tests: fix the suite with the wrong test --- tests/unit/test_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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); -- cgit v1.2.3