We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8235183 commit c21a7b0Copy full SHA for c21a7b0
pkg/downloader/oci_test.go
@@ -98,7 +98,7 @@ func TestDownload(t *testing.T) {
98
assert.NoError(t, err)
99
assert.Equal(t, "fake", string(data))
100
101
- assert.NotEmpty(t, d.GetTargetFile())
+ assert.NotEmpty(t, d.GetTargetFile("git"))
102
103
t.Run("not found", func(t *testing.T) {
104
_, err = d.Download("orm", "", "")
0 commit comments