From 8ad6107f13ea823e86d8f9bd5e482dc6bfe5891b Mon Sep 17 00:00:00 2001 From: Gav Date: Thu, 2 Mar 2017 19:53:15 +0100 Subject: [PATCH] Fix test. --- parity/configuration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),