Skip to content

Commit

Permalink
fix: fix test case
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Apr 25, 2024
1 parent f107149 commit e4fae24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/downloader/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ func TestOciDownloader(t *testing.T) {
WithSource(pkg.Source{
Oci: &pkg.Oci{
Reg: "ghcr.io",
Repo: "kusionstack/module-test-2",
Tag: "latest",
Repo: "zong-zhe/helloworld",
Tag: "0.0.3",
},
}),
WithLocalPath(path),
Expand Down

0 comments on commit e4fae24

Please sign in to comment.