From 15e4e3653c878b1fb8a6f075d0a9ecab87d2fd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E6=B3=BD=E5=AE=87?= Date: Sun, 30 May 2021 18:07:35 +1000 Subject: [PATCH] :art: remove space at line `193` `download_test.go` --- lib/download_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/download_test.go b/lib/download_test.go index 703ecb67..e47d6a7b 100644 --- a/lib/download_test.go +++ b/lib/download_test.go @@ -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 {