Skip to content

Commit

Permalink
reset state
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Dec 1, 2024
1 parent f0b83b9 commit b02e12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unit-test/cs_init_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ void CS_Init_Test_TableInitErrorMemory(void)
snprintf(ExpectedEventString, CFE_MISSION_EVS_MAX_MESSAGE_LENGTH,
"Table initialization failed for Memory: 0x%%08X");

UT_ResetState(UT_KEY(CS_TableInit));
UT_SetDeferredRetcode(UT_KEY(CS_TableInit), 1, CFE_SUCCESS);
UT_SetDeferredRetcode(UT_KEY(CS_TableInit), 2, -1);

Expand Down

0 comments on commit b02e12e

Please sign in to comment.