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

This commit is contained in:
Ryan McQuen 2020-10-10 04:11:57 -07:00 committed by GitHub
parent 3be760dc38
commit 18e0bfef1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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