aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart')
-rw-r--r--crates/mozart/tests/cli_install.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/mozart/tests/cli_install.rs b/crates/mozart/tests/cli_install.rs
index 5312956..5ede8a2 100644
--- a/crates/mozart/tests/cli_install.rs
+++ b/crates/mozart/tests/cli_install.rs
@@ -23,8 +23,8 @@ fn test_install_no_lock_file() {
.arg("--working-dir")
.arg(project.path())
.assert()
- .failure()
- .stderr(contains("mozart update"));
+ .success()
+ .stderr(contains("No composer.lock file present"));
}
#[test]