comments: cleanup some leftover debug comments and such

This commit is contained in:
Seth Hoenig
2020-01-07 11:58:29 -06:00
parent e825a0f769
commit d24d470775
10 changed files with 23 additions and 18 deletions

View File

@@ -1830,7 +1830,7 @@ func TestTaskRunner_RestartSignalTask_NotRunning(t *testing.T) {
require.Fail(t, "timed out waiting for task to complete")
}
// Assert the task unblocked and never restarted
// Assert the task ran and never restarted
state := tr.TaskState()
require.Equal(t, structs.TaskStateDead, state.State)
require.False(t, state.Failed)