Skip to content

Commit ead4f7a

Browse files
committed
fix(option1): Fix arguments passed to assert! macro
1 parent 4808b5b commit ead4f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/error_handling/option1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mod tests {
2424

2525
#[test]
2626
fn should_not_panic() {
27-
assert!(pop_too_much(), true);
27+
assert!(pop_too_much());
2828
}
2929
}
3030

0 commit comments

Comments
 (0)