mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
comments: cleanup some leftover debug comments and such
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user