Fixed test compilation.
This commit is contained in:
parent
254f5bb048
commit
b277db71e0
1 changed files with 2 additions and 0 deletions
|
@ -304,6 +304,7 @@ mod test {
|
||||||
server: Some(format!("irc.test.net")),
|
server: Some(format!("irc.test.net")),
|
||||||
port: Some(6667),
|
port: Some(6667),
|
||||||
use_ssl: Some(false),
|
use_ssl: Some(false),
|
||||||
|
cert_path: None,
|
||||||
encoding: Some(format!("UTF-8")),
|
encoding: Some(format!("UTF-8")),
|
||||||
channels: Some(vec![format!("#test"), format!("#test2")]),
|
channels: Some(vec![format!("#test"), format!("#test2")]),
|
||||||
channel_keys: None,
|
channel_keys: None,
|
||||||
|
@ -335,6 +336,7 @@ mod test {
|
||||||
server: Some(format!("irc.test.net")),
|
server: Some(format!("irc.test.net")),
|
||||||
port: Some(6667),
|
port: Some(6667),
|
||||||
use_ssl: Some(false),
|
use_ssl: Some(false),
|
||||||
|
cert_path: None,
|
||||||
encoding: Some(format!("UTF-8")),
|
encoding: Some(format!("UTF-8")),
|
||||||
channels: Some(vec![format!("#test"), format!("#test2")]),
|
channels: Some(vec![format!("#test"), format!("#test2")]),
|
||||||
channel_keys: None,
|
channel_keys: None,
|
||||||
|
|
Loading…
Reference in a new issue