duplicate logDone in TestRmRunningContainerCheckError409 and TestRmRunningContainer

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
This commit is contained in:
Yuan Sun 2015-04-14 08:32:25 +08:00
parent 24df333fa5
commit b85ade79d5
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func TestRmRunningContainerCheckError409(t *testing.T) {
t.Fatalf("Expected error to contain '409 Conflict' but found %s", err)
}
logDone("rm - running container")
logDone("rm - running container with Error 409")
}
func TestRmForceRemoveRunningContainer(t *testing.T) {