mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-10 11:10:26 +02:00
fix(quiz3): Second test is for odd numbers, not even. (#553)
This commit is contained in:
parent
3be760dc38
commit
18e0bfef1d
@ -20,7 +20,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn is_false_when_even() {
|
fn is_false_when_odd() {
|
||||||
assert!();
|
assert!();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user