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