Procházet zdrojové kódy

integration-cli: add _test suffix to test file

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Antonio Murdaca před 9 roky
rodič
revize
1f0f41e8d7
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      integration-cli/docker_cli_v2_only_test.go

+ 0 - 1
integration-cli/docker_cli_v2_only.go → integration-cli/docker_cli_v2_only_test.go

@@ -123,5 +123,4 @@ func (s *DockerRegistrySuite) TestV1(c *check.C) {
 
 
 	s.d.Cmd("pull", repoName)
 	s.d.Cmd("pull", repoName)
 	c.Assert(v1Repo, check.Equals, 3, check.Commentf("Expected v1 repository access after pull"))
 	c.Assert(v1Repo, check.Equals, 3, check.Commentf("Expected v1 repository access after pull"))
-
 }
 }