Fixed test compilation.
This commit is contained in:
parent
f2e8f37877
commit
b4f0727794
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ mod test {
|
|||
vec.extend("PRIVMSG test :".as_bytes());
|
||||
vec.extend(data.iter());
|
||||
vec.extend("\r\n".as_bytes());
|
||||
vec.into_iter().map(|b| *b).collect::<Vec<_>>()
|
||||
vec.into_iter().collect::<Vec<_>>()
|
||||
}), sink());
|
||||
assert_eq!(&conn.recv("l9").unwrap()[..], "PRIVMSG test :€ŠšŽžŒœŸ\r\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue