summaryrefslogtreecommitdiffstats
path: root/tests/no_config_error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/no_config_error.rs')
-rw-r--r--tests/no_config_error.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/no_config_error.rs b/tests/no_config_error.rs
index e77900d..e950c7b 100644
--- a/tests/no_config_error.rs
+++ b/tests/no_config_error.rs
@@ -12,7 +12,7 @@ fn no_configuration_file_errors() {
Command::cargo_bin("cargo-changelog")
.unwrap()
- .args(["release"]) // we need some subcommand, otherwise nothing happens
+ .args(["generate-changelog"]) // we need some subcommand, otherwise nothing happens
.current_dir(&temp_dir)
.assert()
.failure();
@@ -28,7 +28,7 @@ fn no_configuration_file_errors_with_error_message() {
Command::cargo_bin("cargo-changelog")
.unwrap()
- .args(["release"]) // we need some subcommand, otherwise nothing happens
+ .args(["generate-changelog"]) // we need some subcommand, otherwise nothing happens
.current_dir(&temp_dir)
.assert()
.stderr(predicates::str::contains(