Skip to content

Commit

Permalink
restore comment file name
Browse files Browse the repository at this point in the history
  • Loading branch information
PertsevRoman committed May 18, 2021
1 parent 396f926 commit c903ee7
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 @@ -189,7 +189,7 @@ func TestInvalidURL(t *testing.T) {
}

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

if errDownload != nil {
Expand Down

0 comments on commit c903ee7

Please sign in to comment.