mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-23 00:28:46 +02:00
fix(option1): Fix arguments passed to assert! macro
This commit is contained in:
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user