Skip to content

Commit

Permalink
Merge pull request #49 from thnkslprpt/fix-48-remove-repeated-assert
Browse files Browse the repository at this point in the history
Fix #48, Remove unintentionally repeated identical assert
  • Loading branch information
dzbaker authored May 4, 2023
2 parents 116d298 + f5c16c7 commit 3e04a2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions unit-test/md_app_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,6 @@ void MD_AppInit_Test_EvsRegisterNotSuccess(void)
strCmpResult = strncmp(ExpectedSysLogString, context_CFE_ES_WriteToSysLog.Spec, CFE_MISSION_EVS_MAX_MESSAGE_LENGTH);

UtAssert_True(strCmpResult == 0, "Sys Log string matched expected result, '%s'", context_CFE_ES_WriteToSysLog.Spec);

call_count_CFE_EVS_SendEvent = UT_GetStubCount(UT_KEY(CFE_EVS_SendEvent));

UtAssert_True(call_count_CFE_EVS_SendEvent == 0, "CFE_EVS_SendEvent was called %u time(s), expected 0",
call_count_CFE_EVS_SendEvent);
}

void MD_AppInit_Test_InitSoftwareBusServicesNotSuccess(void)
Expand Down

0 comments on commit 3e04a2e

Please sign in to comment.