Skip to content

Commit

Permalink
style(github): fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightapes committed Jan 5, 2020
1 parent 113ddf2 commit aff2203
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions internal/releaser/github/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,6 @@ var testNewClient = []testHelperMethodStruct{
},
}

var testHelperMethod = []testHelperMethodStruct{
testHelperMethodStruct{config: config.GitHubProvider{
Repo: "foo",
User: "bar",
},
valid: true,
},

testHelperMethodStruct{config: config.GitHubProvider{
Repo: "",
User: "bar",
},
valid: false,
},

testHelperMethodStruct{config: config.GitHubProvider{
Repo: "foo",
User: "",
},
valid: false,
},
}

var lastVersion, _ = semver.NewVersion("1.0.0")
var newVersion, _ = semver.NewVersion("2.0.0")

Expand Down

0 comments on commit aff2203

Please sign in to comment.