Skip to content

Commit

Permalink
fix: fix failed test cases and remove useless variable. (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe committed Jun 1, 2023
1 parent 802c52a commit 3d67bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
version = "v0.0.1"
sum = "XFvHdBAoY/+qpJWmj8cjwOwZO8a3nX/7SE35cTxQOFU="
url = "https://github.com/awesome-kusion/konfig.git"
tag = "v0.0.1"
git_tag = "v0.0.1"
11 changes: 1 addition & 10 deletions kclvm/tools/src/LSP/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -729,16 +729,7 @@ fn goto_import_external_file_test() {
.display()
.to_string();

let vendor_path = PathBuf::from(".")
.join("src")
.join("test_data")
.join("test_vendor")
.canonicalize()
.unwrap()
.display()
.to_string();

let output = Command::new("kpm")
let _ = Command::new("kpm")
.arg("metadata")
.arg("--update")
.current_dir(
Expand Down

0 comments on commit 3d67bc4

Please sign in to comment.