diff options
| 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 |
| commit | 81f8c2f83c6bb5c239fd2e0cf856d1535692af3f (patch) | |
| tree | 0710683da6637b251520b26a65b3a1c91a317f28 /tests/integration_tests.rs | |
| parent | c4853ee6bb2b3791ba04daf14105bfab2b53e79f (diff) | |
chore: Run cargo fmt
Diffstat (limited to 'tests/integration_tests.rs')
| -rw-r--r-- | tests/integration_tests.rs | 2 |
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 +} |
