Skip to content

Commit

Permalink
fix: fix test case testCompileWithEntryFile
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 0ab9a8a commit 697a41e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ func testCompileWithEntryFile(t *testing.T) {
Source: downloader.Source{
Oci: &downloader.Oci{
Reg: "ghcr.io",
Repo: "kcl-lang/kcl2",
Repo: "kcl-lang/kcl1",
Tag: "0.0.1",
},
},
Expand Down
8 changes: 8 additions & 0 deletions pkg/client/test_data/resolve_deps/my_kcl_compile/kcl.mod.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
name = "kcl1"
full_name = "kcl1_0.0.1"
version = "0.0.1"
sum = "c5bjxiHbwJqWCdBwXLOr9MydCTis3nJotrOzozkPsKo="
reg = "ghcr.io"
repo = "kcl-lang/kcl1"
oci_tag = "0.0.1"
[dependencies.kcl2]
name = "kcl2"
full_name = "kcl2_0.0.1"
version = "0.0.1"
sum = "OiA7IJfhi9bLp3d+Phc6ncgWE8XwpXqkGvhF5BOpf34="
reg = "ghcr.io"
repo = "kcl-lang/kcl2"
oci_tag = "0.0.1"

0 comments on commit 697a41e

Please sign in to comment.