Fixing test3 to have enough tests to make sure we test all cases
This commit is contained in:
parent
9f61db5dbe
commit
bec97b6c76
|
@ -18,4 +18,9 @@ mod tests {
|
|||
fn is_true_when_even() {
|
||||
assert!();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn is_false_when_even() {
|
||||
assert!();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue