Skip to content

Commit

Permalink
fix(quiz3): Second test is for odd numbers, not even. (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpcmcquen committed Oct 10, 2020
1 parent 3be760d commit 18e0bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/tests/tests3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mod tests {
}

#[test]
fn is_false_when_even() {
fn is_false_when_odd() {
assert!();
}
}

0 comments on commit 18e0bfe

Please sign in to comment.