From 652f0c7676f928ed8a349ce0dc7a309f2e0b7d7a Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 4 Jul 2024 23:38:56 +0200 Subject: [PATCH] Fix tests --- src/cargo_toml.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cargo_toml.rs b/src/cargo_toml.rs index c4d6700a..445b6b57 100644 --- a/src/cargo_toml.rs +++ b/src/cargo_toml.rs @@ -111,6 +111,7 @@ mod tests { test: true, strict_clippy: true, hint: String::new(), + skip_check_unsolved: false, }, ExerciseInfo { name: String::from("2"), @@ -118,6 +119,7 @@ mod tests { test: false, strict_clippy: false, hint: String::new(), + skip_check_unsolved: false, }, ];