Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Hill <[email protected]>
  • Loading branch information
zhill committed Sep 24, 2019
1 parent 3c9c4c8 commit 5d9e927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/skopeo/tags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestListTags(t *testing.T) {
assertTestFailed(t, out, err, "Invalid image name")
}

func TestParsing(t *testing.T) {
func TestParsing(t *testing.T) {
tag := "docker.io:1000/nginx:foobar"
r, er2 := reference.ParseNormalizedNamed(tag)
if er2 != nil {
Expand Down
3 changes: 1 addition & 2 deletions integration/list_repository_tags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func init() {
}

type TagListSuite struct {
registry *testRegistryV2
registry *testRegistryV2
}

// Simple tag listing
Expand All @@ -19,4 +19,3 @@ func (s *TagListSuite) TestListSimple(c *check.C) {
assertSkopeoSucceeds(c, "", "", "list-repository-tags", "centos")
assertSkopeoSucceeds(c, "", "", "list-repository-tags", "docker.io/centos")
}

0 comments on commit 5d9e927

Please sign in to comment.