summaryrefslogtreecommitdiff
path: root/tests/integration/install_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/install_tests.rs')
-rw-r--r--tests/integration/install_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/install_tests.rs b/tests/integration/install_tests.rs
index 32c0e9080..744f97493 100644
--- a/tests/integration/install_tests.rs
+++ b/tests/integration/install_tests.rs
@@ -109,7 +109,7 @@ fn install_basic_global() {
let output_text = output.combined_output();
assert_not_contains!(
output_text,
- "`deno install` behavior will change in Deno 2. To preserve the current behavior use `-g` or `--global` flag."
+ "`deno install` behavior will change in Deno 2. To preserve the current behavior use the `-g` or `--global` flag."
);
// no lockfile should be created locally