Skip to content

Commit c21a7b0

Browse files
committed
fix the unit test failure
1 parent 8235183 commit c21a7b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/downloader/oci_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func TestDownload(t *testing.T) {
9898
assert.NoError(t, err)
9999
assert.Equal(t, "fake", string(data))
100100

101-
assert.NotEmpty(t, d.GetTargetFile())
101+
assert.NotEmpty(t, d.GetTargetFile("git"))
102102

103103
t.Run("not found", func(t *testing.T) {
104104
_, err = d.Download("orm", "", "")

0 commit comments

Comments
 (0)