mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-07 06:04:47 +00:00
commit
b4f4c79ac4
@ -54,7 +54,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_result_with_list() {
|
fn test_result_with_list() {
|
||||||
assert_eq!(result_with_list().unwarp(), [1, 11, 1426, 3]);
|
assert_eq!(result_with_list().unwrap(), [1, 11, 1426, 3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user