We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 865723a + 3883052 commit d13bdb9Copy full SHA for d13bdb9
unit-test/coveragetest/coveragetest_sample_app.c
@@ -593,7 +593,7 @@ void Test_SAMPLE_APP_GetCrc(void)
593
SAMPLE_APP_GetCrc("UT");
594
UtAssert_True(UT_GetStubCount(UT_KEY(CFE_ES_WriteToSysLog)) == 1, "CFE_ES_WriteToSysLog() called");
595
596
- UT_ClearForceFail(UT_KEY(CFE_TBL_GetInfo));
+ UT_ClearDefaultReturnValue(UT_KEY(CFE_TBL_GetInfo));
597
598
UtAssert_True(UT_GetStubCount(UT_KEY(CFE_ES_WriteToSysLog)) == 2, "CFE_ES_WriteToSysLog() called");
599
}
0 commit comments