fix(quiz3): Second test is for odd numbers, not even. (#553)

pull/554/head
Ryan McQuen 4 years ago committed by GitHub
parent 3be760dc38
commit 18e0bfef1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save