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 Nov 13, 2024
1 parent 9927b97 commit 7e4afbd
Showing 1 changed file with 1 addition 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 @@ -2013,7 +2013,7 @@ func testRunRemoteWithArgsInvalid(t *testing.T) {
{
sourceURL: "git://github.com/kcl-lang/flask-demo-kcl-manifests?commit=8308200&mod=cc:0.0.2",
expectedLog: "cloning 'https://github.com/kcl-lang/flask-demo-kcl-manifests' with commit '8308200'\n",
expectedErrMsg: "version mismatch: 0.0.1 != 0.0.2, version 0.0.2 not found",
expectedErrMsg: "kcl.mod with package 'cc:0.0.2' not found",
},
}

Expand Down

0 comments on commit 7e4afbd

Please sign in to comment.