Skip to content

Commit

Permalink
Merge pull request #2126 from skliper/fix2125-rm_todo
Browse files Browse the repository at this point in the history
Fix #2125, Remove stray TODO in UT
  • Loading branch information
dzbaker committed Aug 4, 2022
2 parents 946ec31 + 5afdf9e commit 3ee8cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/es/ut-coverage/es_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -2966,7 +2966,6 @@ void TestTask(void)
UT_CallTaskPipe(CFE_ES_TaskPipe, &CmdBuf.Msg, sizeof(CmdBuf.QueryAllTasksCmd),
UT_TPID_CFE_ES_CMD_QUERY_ALL_TASKS_CC);
CFE_UtAssert_EVENTSENT(CFE_ES_TASKINFO_EID);
/* TODO */

/* Test write of all task data to a file with file name validation failure */
ES_ResetUnitTest();
Expand Down

0 comments on commit 3ee8cae

Please sign in to comment.