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

fix(option1): Fix arguments passed to assert! macro
pull/225/head
marisa 5 years ago committed by GitHub
commit 4c2cf6da75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save