From 603004a5bd4b328deec1ceed6de1815bb1a87f87 Mon Sep 17 00:00:00 2001 From: epi Date: Wed, 7 Oct 2020 05:46:16 -0500 Subject: [PATCH] updated client test --- tests/test_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);