Skip to content

Commit

Permalink
Fix nasa#44, Update function key in CS_RecomputeAppChildTask_Test_Def…
Browse files Browse the repository at this point in the history
…EntryId
  • Loading branch information
thnkslprpt committed Mar 4, 2023
1 parent 1ce636e commit 7ad95ca
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 7ad95ca

Please sign in to comment.