1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #12353 from sunyuan3/duplicate

duplicate logDone in TestRmRunningContainerCheckError409 and TestRmRunni...
This commit is contained in:
Arnaud Porterie 2015-04-13 17:48:53 -07:00
commit 00eddf5e67

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) {