Skip to content

Commit

Permalink
Merge branch 'main' into downloader_pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
d4v1d03 authored May 30, 2024
2 parents 33d4032 + 7a35562 commit 621010c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/downloader/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestOciDownloader(t *testing.T) {
Repo: "zong-zhe/helloworld",
Tag: "0.0.3",
},
}),
})

Check failure on line 43 in pkg/downloader/downloader_test.go

View workflow job for this annotation

GitHub Actions / Unit tests on Windows

missing ',' before newline in argument list

Check failure on line 43 in pkg/downloader/downloader_test.go

View workflow job for this annotation

GitHub Actions / Unit tests with coverage

missing ',' before newline in argument list
WithLocalPath(ociTestDir),
)

Expand Down Expand Up @@ -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")))
}
}

0 comments on commit 621010c

Please sign in to comment.