mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Fix tests
This commit is contained in:
parent
e479ec8fb6
commit
652f0c7676
@ -111,6 +111,7 @@ mod tests {
|
|||||||
test: true,
|
test: true,
|
||||||
strict_clippy: true,
|
strict_clippy: true,
|
||||||
hint: String::new(),
|
hint: String::new(),
|
||||||
|
skip_check_unsolved: false,
|
||||||
},
|
},
|
||||||
ExerciseInfo {
|
ExerciseInfo {
|
||||||
name: String::from("2"),
|
name: String::from("2"),
|
||||||
@ -118,6 +119,7 @@ mod tests {
|
|||||||
test: false,
|
test: false,
|
||||||
strict_clippy: false,
|
strict_clippy: false,
|
||||||
hint: String::new(),
|
hint: String::new(),
|
||||||
|
skip_check_unsolved: false,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user