Skip to content

Commit

Permalink
fix(quiz3): Force an answer to Q2 (#672)
Browse files Browse the repository at this point in the history
Add also an example of unimplemented!() macro.
  • Loading branch information
hpwxf committed Mar 16, 2021
1 parent be95105 commit 0d894e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/quiz3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ mod tests {

#[test]
fn returns_twice_of_negative_numbers() {
// TODO write an assert for `times_two(-4)`
// TODO replace unimplemented!() with an assert for `times_two(-4)`
unimplemented!()
}
}

0 comments on commit 0d894e6

Please sign in to comment.