This commit is contained in:
keorn 2017-03-02 17:46:47 +00:00
parent 89910c0174
commit 9ff6195f50
1 changed files with 1 additions and 1 deletions

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(),