From a3c306ebe94720f350c5bc74b9c5fcde2565d340 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Thu, 28 May 2020 15:11:53 +0200 Subject: [PATCH] fix tests --- client/service/test/src/lib.rs | 1 + utils/browser/src/lib.rs | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/client/service/test/src/lib.rs b/client/service/test/src/lib.rs index 63c7e0795dc1a..74f5e12873ba2 100644 --- a/client/service/test/src/lib.rs +++ b/client/service/test/src/lib.rs @@ -210,6 +210,7 @@ fn node_config Client { // Spawn informant wasm_bindgen_futures::spawn_local( - sc_informant::build(&service, sc_informant::OutputFormat::Plain).map(drop) + sc_informant::build( + &service, + sc_informant::OutputFormat::Plain { prefix: Default::default() }, + ).map(drop) ); // We dispatch a background task responsible for processing the service.