Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Dec 21, 2023
1 parent 8902a3d commit 9ae1cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/kpm_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func TestRunWithNoSumCheck(t *testing.T) {
func TestRunPkgWithOpts(t *testing.T) {
pkgPath := getTestDir("test_run_pkg_in_path")

result, err := RunPkgWithOpts(
result, err := RunWithOpts(
opt.WithNoSumCheck(false),
opt.WithEntries([]string{filepath.Join(pkgPath, "test_kcl", "main.k")}),
opt.WithKclOption(kcl.WithWorkDir(filepath.Join(pkgPath, "test_kcl"))),
Expand Down

0 comments on commit 9ae1cb2

Please sign in to comment.