Skip to content

Commit

Permalink
fix: fix test case
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Nov 20, 2024
1 parent 80505ad commit cb101f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ func testResolveDepsVendorMode(t *testing.T) {
kpm_home := filepath.Join(testDir, "kpm_home")
home_path := filepath.Join(testDir, "my_kcl_resolve_deps_vendor_mode")
os.RemoveAll(home_path)
kcl1Sum, _ := utils.HashDir(filepath.Join(kpm_home, "kcl1"))
kcl2Sum, _ := utils.HashDir(filepath.Join(kpm_home, "kcl2"))
kcl1Sum, _ := utils.HashDir(filepath.Join(kpm_home, "kcl1_0.0.1"))
kcl2Sum, _ := utils.HashDir(filepath.Join(kpm_home, "kcl2_0.0.1"))

depKcl1 := pkg.Dependency{
Name: "kcl1",
Expand Down

0 comments on commit cb101f9

Please sign in to comment.