From 5a716d1d06f73800b280259204789260774d465d Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 21 Mar 2024 04:29:52 +0000 Subject: refactor(lsp): factor out workspace walk from resolver update (#22937) --- tests/integration/repl_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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.",); }); } -- cgit v1.2.3