summaryrefslogtreecommitdiff
path: root/tests/integration_tests.rs
diff options
context:
space:
mode:
authorÉtienne Barrié <etienne.barrie@gmail.com>2020-08-10 10:42:54 -0400
committerÉtienne Barrié <etienne.barrie@gmail.com>2020-08-10 10:42:54 -0400
commit81f8c2f83c6bb5c239fd2e0cf856d1535692af3f (patch)
tree0710683da6637b251520b26a65b3a1c91a317f28 /tests/integration_tests.rs
parentc4853ee6bb2b3791ba04daf14105bfab2b53e79f (diff)
chore: Run cargo fmt
Diffstat (limited to 'tests/integration_tests.rs')
-rw-r--r--tests/integration_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs
index 0f49b5a..2baf9b8 100644
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -180,4 +180,4 @@ fn run_single_test_success_without_output() {
.assert()
.code(0)
.stdout(predicates::str::contains("THIS TEST TOO SHALL PAS").not());
-} \ No newline at end of file
+}