mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
fix(option1): Fix arguments passed to assert! macro (#222)
fix(option1): Fix arguments passed to assert! macro
This commit is contained in:
commit
4c2cf6da75
@ -24,7 +24,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn should_not_panic() {
|
fn should_not_panic() {
|
||||||
assert!(pop_too_much(), true);
|
assert!(pop_too_much());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user