Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 29, 2024
1 parent b4ecc7a commit 05f0869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fsw/src/sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ CFE_Status_t SAMPLE_APP_Init(void)
CFE_Config_GetVersionString(VersionString, SAMPLE_APP_CFG_MAX_VERSION_STR_LEN, "Sample App", SAMPLE_APP_VERSION,
SAMPLE_APP_BUILD_CODENAME, SAMPLE_APP_LAST_OFFICIAL);

CFE_EVS_SendEvent(SAMPLE_APP_INIT_INF_EID, CFE_EVS_EventType_INFORMATION, "Sample App Initialized.%s",
CFE_EVS_SendEvent(SAMPLE_APP_INIT_INF_EID, CFE_EVS_EventType_INFORMATION, "Sample is Initialized.%s",
VersionString);
}

Expand Down
2 changes: 1 addition & 1 deletion unit-test/coveragetest/coveragetest_sample_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@ void Test_SAMPLE_APP_Init(void)
void UtTest_Setup(void)
{
ADD_TEST(SAMPLE_APP_Main);
ADD_TEST(SAMPLE_APP_Init);
//ADD_TEST(SAMPLE_APP_Init);
}

0 comments on commit 05f0869

Please sign in to comment.