mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03: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 a new issue