Merge pull request #2012 from cbochs/main

fix: typo s/unwarp/unwrap/
This commit is contained in:
Mo 2024-07-04 09:00:31 +02:00 committed by GitHub
commit b4f4c79ac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ mod tests {
#[test]
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]