fix(option1): Fix arguments passed to assert! macro

This commit is contained in:
Niklas Anderson 2019-10-25 14:27:24 -07:00
parent 4808b5b3ba
commit ead4f7af9e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ mod tests {
#[test]
fn should_not_panic() {
assert!(pop_too_much(), true);
assert!(pop_too_much());
}
}