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

duplicate logDone in TestRenameRunningContainer and TestRenameCheckNames

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
This commit is contained in:
Yuan Sun 2015-04-08 13:33:05 +08:00
parent 06433cf812
commit cc30282e94

View file

@ -97,7 +97,7 @@ func TestRenameCheckNames(t *testing.T) {
t.Fatal(err)
}
logDone("rename - running container")
logDone("rename - old name released")
}
func TestRenameInvalidName(t *testing.T) {