Skip to content

Commit

Permalink
🎨 remove space at line 193 download_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuliyey committed May 30, 2021
1 parent f6caf13 commit 15e4e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func TestInvalidURL(t *testing.T) {
}

url := hashiURL + invalidVersion + "/" + installVersion + invalidVersion + macOS
//expectedFile :=filepath.Join(usr.HomeDir , installPath, nstallVersion + invalidVersion + macOS)
//expectedFile :=filepath.Join(usr.HomeDir, installPath, installVersion + invalidVersion + macOS)
_, errDownload := lib.DownloadFromURL(installLocation, url)

if errDownload != nil {
Expand Down

0 comments on commit 15e4e36

Please sign in to comment.