From 299829dd58c54d84c6763b5a9fc59718b6814464 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sun, 29 Sep 2019 14:34:55 -0700 Subject: [PATCH] Fix test --- src/lightwallet/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lightwallet/mod.rs b/src/lightwallet/mod.rs index 68cefdb..d257fd8 100644 --- a/src/lightwallet/mod.rs +++ b/src/lightwallet/mod.rs @@ -1824,7 +1824,7 @@ pub mod tests { fn get_test_config() -> LightClientConfig { LightClientConfig { - server: "0.0.0.0:0".to_string(), + server: "0.0.0.0:0".parse().unwrap(), chain_name: "test".to_string(), sapling_activation_height: 0, consensus_branch_id: "000000".to_string(),