mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 07:53:30 +02:00
Merge pull request #522 from calvinbrown085/adding-test-for-false-case
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