Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Expect the alias URL in gopkgin source tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Sep 6, 2017
1 parent 5ecd38e commit b41ae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/gps/vcs_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ func testGopkginSourceInteractions(t *testing.T) {
}()

tfunc := func(opath, n string, major uint64, evl []Version) {
un := "https://" + n
u, err := url.Parse(un)
un := "https://" + opath
u, err := url.Parse("https://" + n)
if err != nil {
t.Errorf("URL was bad, lolwut? errtext: %s", err)
return
Expand Down

0 comments on commit b41ae79

Please sign in to comment.