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:
commit
00eddf5e67
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue