diff --git a/pkg/downloader/downloader_test.go b/pkg/downloader/downloader_test.go index 143d9712..7c8e1a8c 100644 --- a/pkg/downloader/downloader_test.go +++ b/pkg/downloader/downloader_test.go @@ -40,7 +40,7 @@ func TestOciDownloader(t *testing.T) { Repo: "zong-zhe/helloworld", Tag: "0.0.3", }, - }), + }) WithLocalPath(ociTestDir), ) @@ -72,4 +72,5 @@ func TestOciDownloader(t *testing.T) { assert.Equal(t, err, nil) assert.Equal(t, false, utils.DirExists(filepath.Join(gitTestDir, "some_expected_file"))) -} \ No newline at end of file +} +