Skip to content

Commit

Permalink
Fix #2125, Remove stray TODO in UT
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jul 29, 2022
1 parent 924b2be commit 5afdf9e
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 5afdf9e

Please sign in to comment.