Fix golint errors.
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 9b47b7b1519c5f2138e2933fb1fc459eb00895c0 Component: engine
This commit is contained in:
@@ -103,7 +103,7 @@ func (s *DockerSuite) TestStartPausedContainer(c *check.C) {
|
||||
// an error should have been shown that you cannot start paused container
|
||||
c.Assert(err, checker.NotNil, check.Commentf("out: %s", out))
|
||||
// an error should have been shown that you cannot start paused container
|
||||
c.Assert(out, checker.Contains, "Cannot start a paused container, try unpause instead.")
|
||||
c.Assert(out, checker.Contains, "cannot start a paused container, try unpause instead")
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestStartMultipleContainers(c *check.C) {
|
||||
|
||||
Reference in New Issue
Block a user