summaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration_tests.rs')
-rw-r--r--tests/integration_tests.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs
index 7edb10b9..734106b7 100644
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -755,10 +755,7 @@ fn config_location_from_bat_config_dir_variable() {
.arg("--config-file")
.assert()
.success()
- .stdout(
- predicate::str::is_match("conf/config\n")
- .unwrap()
- );
+ .stdout(predicate::str::is_match("conf/config\n").unwrap());
}
#[test]