From b1200de75eb955653c120bab29191dbe84b2619f Mon Sep 17 00:00:00 2001 From: Aleksandr Borodulin Date: Wed, 4 Oct 2023 15:43:25 +0300 Subject: [PATCH] Fix tests --- tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index d1694a39..bd1d0e76 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -189,7 +189,7 @@ fn run_test_exercise_does_not_prompt() { .current_dir("tests/fixture/state") .assert() .code(0) - .stdout(predicates::str::contains("I AM NOT DONE").not()); + .stdout(predicates::str::contains("Exercise pending_test_exercise.rs is done. Remove `I AM NOT DONE` line to go to the next exercise.")); } #[test]