We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144ae00 commit 21841f3Copy full SHA for 21841f3
kclvm/tools/src/LSP/src/tests.rs
@@ -1529,7 +1529,7 @@ fn complete_import_external_file_e2e_test() {
1529
1530
#[test]
1531
fn mod_file_watcher_modify_test() {
1532
- let path = PathBuf::from(".")
+ let path = PathBuf::from(".")
1533
.join("src")
1534
.join("test_data")
1535
.join("watcher")
@@ -1563,7 +1563,7 @@ fn mod_file_watcher_modify_test() {
1563
},
1564
1565
);
1566
-
+
1567
// Simulate modifying the kcl.mod file
1568
std::fs::write(&mod_file_path, "[package]\nname = \"add\"\nedition = \"v0.9.0\"\nversion = \"0.0.1\"\n\n[dependencies]\nhelloworld = \"0.1.4\"\n").unwrap();
1569
0 commit comments