diff options
Diffstat (limited to 'tests/integration/repl_tests.rs')
-rw-r--r-- | tests/integration/repl_tests.rs | 2 |
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.",); }); } |