From 1567cf2cdf07bcbafbb1555fd950f5c5ce7a1c66 Mon Sep 17 00:00:00 2001 From: Hu Keping Date: Mon, 13 Apr 2015 23:09:07 +0800 Subject: [PATCH] Fix typo in testcase Signed-off-by: Hu Keping --- integration-cli/docker_api_containers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/docker_api_containers_test.go b/integration-cli/docker_api_containers_test.go index 07793a8fca..145fef508f 100644 --- a/integration-cli/docker_api_containers_test.go +++ b/integration-cli/docker_api_containers_test.go @@ -593,5 +593,5 @@ func TestContainerApiPause(t *testing.T) { t.Fatalf("There should be no paused container.") } - logDone("container REST API - check POST containers/pause nad unpause") + logDone("container REST API - check POST containers/pause and unpause") }