From 48c35bcfbc251bcfc8d8a2abaa141e260209c285 Mon Sep 17 00:00:00 2001 From: marisa Date: Mon, 11 Nov 2019 17:28:19 +0100 Subject: fix tests --- tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/integration_tests.rs') 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() { -- cgit v1.2.3