diff --git a/parity/configuration.rs b/parity/configuration.rs index 7e1a25063..7b7a72a8c 100644 --- a/parity/configuration.rs +++ b/parity/configuration.rs @@ -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(),