mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-14 16:37:14 +00:00
Fixing test3 to have enough tests to make sure we test all cases
This commit is contained in:
parent
9f61db5dbe
commit
bec97b6c76
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ mod tests {
|
|||
fn is_true_when_even() {
|
||||
assert!();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn is_false_when_even() {
|
||||
assert!();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue