diff options
Diffstat (limited to 'tests')
| -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 7131700..683e564 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -31,7 +31,7 @@ fn verify_all_success() { } #[test] -fn verify_all_failure() { +fn verify_fails_if_some_fails() { Command::cargo_bin("rustlings") .unwrap() .arg("v") |
