diff options
| author | marisa <mokou@posteo.de> | 2019-11-11 17:28:19 +0100 |
|---|---|---|
| committer | marisa <mokou@posteo.de> | 2019-11-11 17:28:19 +0100 |
| commit | 48c35bcfbc251bcfc8d8a2abaa141e260209c285 (patch) | |
| tree | 18ed76191bab03900e2949616036f8319fe0a6a8 /tests/integration_tests.rs | |
| parent | ec2d4bd3ee665f2a4c79dd42c41078223074d4c1 (diff) | |
fix tests
Diffstat (limited to 'tests/integration_tests.rs')
| -rw-r--r-- | tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 32f4341..754aa63 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -118,6 +118,7 @@ fn get_hint_for_single_test() { .assert() .code(0) .stdout("Hello!\n"); +} #[test] fn all_exercises_require_confirmation() { |
