summaryrefslogtreecommitdiff
path: root/tests/integration/repl_tests.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2024-03-21 04:29:52 +0000
committerGitHub <noreply@github.com>2024-03-21 04:29:52 +0000
commit5a716d1d06f73800b280259204789260774d465d (patch)
tree6d21591aa4097e2a737d71a1f6eec0c7956711de /tests/integration/repl_tests.rs
parent2f7b9660fa2316ec6301c9c72cc2cfa12c361cf4 (diff)
refactor(lsp): factor out workspace walk from resolver update (#22937)
Diffstat (limited to 'tests/integration/repl_tests.rs')
-rw-r--r--tests/integration/repl_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/repl_tests.rs b/tests/integration/repl_tests.rs
index 7a09f904e..26a92492c 100644
--- a/tests/integration/repl_tests.rs
+++ b/tests/integration/repl_tests.rs
@@ -1085,7 +1085,7 @@ fn closed_file_pre_load_does_not_occur() {
.new_command()
.args_vec(["repl", "-A", "--log-level=debug"])
.with_pty(|console| {
- assert_contains!(console.all_output(), "Skipping document preload.",);
+ assert_contains!(console.all_output(), "Skipped document preload.",);
});
}