Skip to content

Commit

Permalink
remove unused "site" from github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgk committed Feb 14, 2020
1 parent 0805dd7 commit 6658580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apis/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import "testing"

func TestGetGithubCommit(t *testing.T) {
examples := []struct {
site, account, project, ref, ID string
account, project, ref, ID string
}{
{"https://gitlab.com", "dmgk", "modules2tuple", "v1.9.0", "fc09878b93db35aafc74311f7ea6684ac08a3b83"},
{"https://gitlab.com", "dmgk", "modules2tuple", "a0cdb416ca2c", "a0cdb416ca2cbf6d3dad67a97f4fdcfac954503e"},
{"dmgk", "modules2tuple", "v1.9.0", "fc09878b93db35aafc74311f7ea6684ac08a3b83"},
{"dmgk", "modules2tuple", "a0cdb416ca2c", "a0cdb416ca2cbf6d3dad67a97f4fdcfac954503e"},
}

for i, x := range examples {
Expand Down

0 comments on commit 6658580

Please sign in to comment.