From 7ad95ca7a41cbb9bab6dc3114f207bb99f6d5bce Mon Sep 17 00:00:00 2001 From: Avi Date: Sun, 5 Mar 2023 08:25:29 +1000 Subject: [PATCH] Fix #44, Update function key in CS_RecomputeAppChildTask_Test_DefEntryId --- unit-test/cs_compute_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-test/cs_compute_tests.c b/unit-test/cs_compute_tests.c index a7fa458..ff1f5da 100644 --- a/unit-test/cs_compute_tests.c +++ b/unit-test/cs_compute_tests.c @@ -1536,7 +1536,7 @@ void CS_RecomputeAppChildTask_Test_DefEntryId(void) /* Sets AppInfo.CodeSize = 5, sets AppInfo.CodeAddress = 1, AppInfo.AddressesAreValid = true, and returns * CFE_SUCCESS */ - UT_SetHandlerFunction(UT_KEY(CFE_ES_GetAppInfo), CS_COMPUTE_TEST_CFE_ES_GetModuleInfoHandler1, NULL); + UT_SetHandlerFunction(UT_KEY(CFE_ES_GetModuleInfo), CS_COMPUTE_TEST_CFE_ES_GetModuleInfoHandler1, NULL); /* Execute the function being tested */ CS_RecomputeAppChildTask();