mirror of https://github.com/fafhrd91/actix-net
because i care too much about my spell checker
This commit is contained in:
parent
160130cc8d
commit
b56af58ec8
|
@ -290,7 +290,7 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_try_from_bytesmut() {
|
||||
fn test_try_from_bytes_mut() {
|
||||
let _ = ByteString::try_from(bytes::BytesMut::from(&b"nice bytes"[..])).unwrap();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue