mirror of https://github.com/docker/docs.git
Merge pull request #12353 from sunyuan3/duplicate
duplicate logDone in TestRmRunningContainerCheckError409 and TestRmRunni...
This commit is contained in:
commit
00eddf5e67
|
@ -73,7 +73,7 @@ func TestRmRunningContainerCheckError409(t *testing.T) {
|
||||||
t.Fatalf("Expected error to contain '409 Conflict' but found %s", err)
|
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) {
|
func TestRmForceRemoveRunningContainer(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue