fix tests

This commit is contained in:
Remo Senekowitsch 2026-08-09 14:56:48 +02:00
parent b054d8759e
commit 0f0d3b78ca
No known key found for this signature in database

View File

@ -110,6 +110,7 @@ mod tests {
dir: None,
test: true,
strict_clippy: true,
input_files: vec![],
hint: String::new(),
skip_check_unsolved: false,
},
@ -118,6 +119,7 @@ mod tests {
dir: Some("d"),
test: false,
strict_clippy: false,
input_files: vec![],
hint: String::new(),
skip_check_unsolved: false,
},