fix: typo s/unwarp/unwrap/

This commit is contained in:
Calvin Bochulak 2024-07-03 23:20:59 -06:00
parent 0f71e12235
commit c1d5252b87
No known key found for this signature in database
GPG key ID: 49927EF8F85114FB

View file

@ -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]