Skip to content

Commit d13bdb9

Browse files
authored
Merge pull request #116 from zanzaben/fix115_Rename_UT_ClearForceFail
Fix #115, Refactor UT_ClearForceFail to UT_ClearDefaultReturnValue
2 parents 865723a + 3883052 commit d13bdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-test/coveragetest/coveragetest_sample_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ void Test_SAMPLE_APP_GetCrc(void)
593593
SAMPLE_APP_GetCrc("UT");
594594
UtAssert_True(UT_GetStubCount(UT_KEY(CFE_ES_WriteToSysLog)) == 1, "CFE_ES_WriteToSysLog() called");
595595

596-
UT_ClearForceFail(UT_KEY(CFE_TBL_GetInfo));
596+
UT_ClearDefaultReturnValue(UT_KEY(CFE_TBL_GetInfo));
597597
SAMPLE_APP_GetCrc("UT");
598598
UtAssert_True(UT_GetStubCount(UT_KEY(CFE_ES_WriteToSysLog)) == 2, "CFE_ES_WriteToSysLog() called");
599599
}

0 commit comments

Comments
 (0)