mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn should_not_panic() {
|
||||
assert!(pop_too_much(), true);
|
||||
assert!(pop_too_much());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue