Fixed test compilation.

This commit is contained in:
Aaron Weiss 2017-06-21 23:24:11 -04:00
parent 254f5bb048
commit b277db71e0
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -304,6 +304,7 @@ mod test {
server: Some(format!("irc.test.net")),
port: Some(6667),
use_ssl: Some(false),
cert_path: None,
encoding: Some(format!("UTF-8")),
channels: Some(vec![format!("#test"), format!("#test2")]),
channel_keys: None,
@ -335,6 +336,7 @@ mod test {
server: Some(format!("irc.test.net")),
port: Some(6667),
use_ssl: Some(false),
cert_path: None,
encoding: Some(format!("UTF-8")),
channels: Some(vec![format!("#test"), format!("#test2")]),
channel_keys: None,