mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integration-cli: run goimports
Signed-off-by: Tibor Vass <tibor@docker.com>
(cherry picked from commit 5b7347c312
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9464d3cd68
commit
da8cd68e4f
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ import (
|
||||||
"gotest.tools/assert"
|
"gotest.tools/assert"
|
||||||
is "gotest.tools/assert/cmp"
|
is "gotest.tools/assert/cmp"
|
||||||
"gotest.tools/icmd"
|
"gotest.tools/icmd"
|
||||||
|
"gotest.tools/skip"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s *DockerSuite) TestPsListContainersBase(c *testing.T) {
|
func (s *DockerSuite) TestPsListContainersBase(c *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue