Skip to content

Commit

Permalink
Merge pull request #65 from thnkslprpt/fix-44-RecomputeAppChildTask-f…
Browse files Browse the repository at this point in the history
…ailing-tests

Fix #44, Update function key in CS_RecomputeAppChildTask_Test_DefEntryId
  • Loading branch information
dzbaker authored Mar 9, 2023
2 parents 1ce636e + 7ad95ca commit ed72e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/cs_compute_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ed72e15

Please sign in to comment.