diff --git a/tests/test_config.rs b/tests/test_config.rs index c9a68eb..573eaa4 100644 --- a/tests/test_config.rs +++ b/tests/test_config.rs @@ -18,7 +18,7 @@ fn read_in_config_file_for_settings() -> Result<(), Box> .arg(file.as_os_str()) .arg("-vvvv") .assert() - .success() + .failure() .stderr(predicate::str::contains("│ 37")); teardown_tmp_directory(tmp_dir);