Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <[email protected]>
  • Loading branch information
AkashKumar7902 committed May 14, 2024
1 parent c9675cd commit 3e9cae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,6 @@ func (c *KpmClient) Download(dep *pkg.Dependency, homePath, localPath string) (*
return nil, err
}
dep.Version = modFile.Pkg.Version
dep.Source.Git.Version = modFile.Pkg.Version
}

if dep.Source.Oci != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ edition = "0.0.1"
version = "0.0.1"

[dependencies]
catalog = { git = "https://github.com/KusionStack/catalog.git", commit = "a29e3db", version = "0.1.0" }
catalog = { git = "https://github.com/KusionStack/catalog.git", commit = "a29e3db" }
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[dependencies.catalog]
name = "catalog"
full_name = "catalog_a29e3db"
version = "0.1.0"
sum = "kFmlrYJbJUFFTEXjC9cquc80WB+UpZ/6oMPKrfgyeks="
url = "https://github.com/KusionStack/catalog.git"
commit = "a29e3db"
version = "0.1.0"
commit = "a29e3db"

0 comments on commit 3e9cae6

Please sign in to comment.