mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Merge pull request #522 from calvinbrown085/adding-test-for-false-case
This commit is contained in:
commit
2a682abeef
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ mod tests {
|
||||||
fn is_true_when_even() {
|
fn is_true_when_even() {
|
||||||
assert!();
|
assert!();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn is_false_when_even() {
|
||||||
|
assert!();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue