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

pull/222/head
Niklas Anderson 5 years ago
parent 4808b5b3ba
commit ead4f7af9e

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

Loading…
Cancel
Save