mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
@@ -22,7 +22,7 @@ func TestPause(t *testing.T) {
|
||||
t.Fatalf("error thrown while checking if containers were paused: %v", err)
|
||||
}
|
||||
if len(pausedContainers) != 1 {
|
||||
t.Fatalf("there should be one paused container and not", len(pausedContainers))
|
||||
t.Fatalf("there should be one paused container and not %d", len(pausedContainers))
|
||||
}
|
||||
|
||||
dockerCmd(t, "unpause", name)
|
||||
|
||||
Reference in New Issue
Block a user