mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-14 20:19:30 +01:00
Fixing test3 to have enough tests to make sure we test all cases
This commit is contained in:
@@ -18,4 +18,9 @@ mod tests {
|
||||
fn is_true_when_even() {
|
||||
assert!();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn is_false_when_even() {
|
||||
assert!();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user