Fixed test compilation.
This commit is contained in:
parent
95043cf62a
commit
4e41d5a80d
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ mod test {
|
|||
}
|
||||
|
||||
pub fn get_server_value<T: IrcReader>(server: IrcServer<T, MemWriter>) -> String {
|
||||
String::from_utf8((*server.conn().writer().deref()).get_ref().to_vec()).unwrap()
|
||||
String::from_utf8((*server.conn().writer()).get_ref().to_vec()).unwrap()
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Reference in a new issue