chore: Run cargo fmt

This commit is contained in:
Étienne Barrié
2020-08-10 10:42:54 -04:00
parent c4853ee6bb
commit 81f8c2f83c
4 changed files with 7 additions and 10 deletions

View File

@@ -180,4 +180,4 @@ fn run_single_test_success_without_output() {
.assert()
.code(0)
.stdout(predicates::str::contains("THIS TEST TOO SHALL PAS").not());
}
}