diff --git a/download/download_test.go b/download/download_test.go index ce956b7..2cd4334 100644 --- a/download/download_test.go +++ b/download/download_test.go @@ -1,15 +1,9 @@ package download -import ( - "os" - "path/filepath" - "testing" -) - +/* var testDownloadDir = "test_downloads" func TestRepoRootForImportPath(t *testing.T) { - t.Skip() cases := []struct { giveURL string wantPath string @@ -41,3 +35,4 @@ func TestRepoRootForImportPath(t *testing.T) { // clean up the test os.RemoveAll(testDownloadDir) } +*/