From fad3fc719a365ddadeb040ec33daf0aa811bd0f8 Mon Sep 17 00:00:00 2001 From: Amogh Rathore Date: Thu, 15 Aug 2024 18:25:09 +0000 Subject: [PATCH] Minor comment change --- agent/engine/docker_task_engine_linux_test.go | 2 +- agent/engine/docker_task_engine_windows_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/engine/docker_task_engine_linux_test.go b/agent/engine/docker_task_engine_linux_test.go index 24b0dae208a..93c7ab41e7d 100644 --- a/agent/engine/docker_task_engine_linux_test.go +++ b/agent/engine/docker_task_engine_linux_test.go @@ -826,7 +826,7 @@ func TestTaskWithSteadyStateResourcesProvisioned(t *testing.T) { // This test also verifies that // any DockerClient calls that interact with an image repository (PullContainerManifest // and PullContainer, currently) happen after the pause container has reached -// ContainerResourcesProvisioned (RUNNING) state. +// ContainerResourcesProvisioned state. // // If you are updating this test then make sure that you call assertPauseContainerIsRunning() // in any dockerClient expected calls that are supposed to interact with an image repository. diff --git a/agent/engine/docker_task_engine_windows_test.go b/agent/engine/docker_task_engine_windows_test.go index b9668d315f7..8cd1adb5ed5 100644 --- a/agent/engine/docker_task_engine_windows_test.go +++ b/agent/engine/docker_task_engine_windows_test.go @@ -467,7 +467,7 @@ func TestTaskWithSteadyStateResourcesProvisioned(t *testing.T) { // This test also verifies that // any DockerClient calls that interact with an image repository (PullContainerManifest // and PullContainer, currently) happen after the pause container has reached -// ContainerResourcesProvisioned (RUNNING) state. +// ContainerResourcesProvisioned state. // // If you are updating this test then make sure that you call assertPauseContainerIsRunning() // in any dockerClient expected calls that are supposed to interact with an image repository.