fix: Second test is for odd numbers, not even.

This commit is contained in:
Ryan McQuen 2020-10-09 08:35:57 -07:00 committed by GitHub
parent 3be760dc38
commit 528227f3c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ mod tests {
}
#[test]
fn is_false_when_even() {
fn is_false_when_odd() {
assert!();
}
}