Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin committed Jan 6, 2025
1 parent 8e19f2c commit 306528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deque.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ mod tests {
}

#[test]
fn tyr_from_slice() {
fn tyr_from_array() {
assert!(Deque::<u8, 3>::try_from([1, 2, 3, 4]).is_err());

let deq1 = Deque::<u8, 8>::try_from([1, 2, 3, 4]).unwrap();
Expand Down

0 comments on commit 306528a

Please sign in to comment.