Skip to content

Commit

Permalink
test: fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: He1pa <[email protected]>
  • Loading branch information
He1pa committed Nov 7, 2023
1 parent e29384c commit d1bfd8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kclvm/tools/src/LSP/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,9 @@ fn complete_import_external_file_test() {
PathBuf::from(".")
.join("src")
.join("test_data")
.join("goto_import_def_test")
.join("completion_test")
.join("import")
.join("external")
.canonicalize()
.unwrap()
.display()
Expand All @@ -409,7 +411,6 @@ fn complete_import_external_file_test() {
)
.unwrap();

// test goto import file: import .pkg.schema_def
let pos = KCLPos {
filename: path.to_string(),
line: 1,
Expand Down

0 comments on commit d1bfd8a

Please sign in to comment.