summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-04 23:38:56 +0200
committermo8it <mo8it@proton.me>2024-07-04 23:39:06 +0200
commit652f0c7676f928ed8a349ce0dc7a309f2e0b7d7a (patch)
tree1e0e130fa8d75617846533b785520293f226880a /src
parente479ec8fb6d66afcb31b73c6ee0e09dac9f5b5aa (diff)
Fix tests
Diffstat (limited to 'src')
-rw-r--r--src/cargo_toml.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cargo_toml.rs b/src/cargo_toml.rs
index c4d6700..445b6b5 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,
},
];