Fix test.

This commit is contained in:
Gav 2017-03-02 19:53:15 +01:00
parent 89910c0174
commit 8ad6107f13

View File

@ -1223,7 +1223,7 @@ mod tests {
// then
assert_eq!(conf.network_settings(), NetworkSettings {
name: "testname".to_owned(),
chain: "kovan".to_owned(),
chain: "testnet".to_owned(),
network_port: 30303,
rpc_enabled: true,
rpc_interface: "local".to_owned(),