summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-11 17:28:19 +0100
committermarisa <mokou@posteo.de>2019-11-11 17:28:19 +0100
commit48c35bcfbc251bcfc8d8a2abaa141e260209c285 (patch)
tree18ed76191bab03900e2949616036f8319fe0a6a8 /tests
parentec2d4bd3ee665f2a4c79dd42c41078223074d4c1 (diff)
fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests.rs1
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() {