Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Fix fixture
  • Loading branch information
cmichi committed Feb 27, 2019
commit 7a73d9c6c7121ee420d30c1fd4a024f2b64cd9bd
2 changes: 1 addition & 1 deletion core/service/test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fn node_config<F: ServiceFactory> (
execution_strategies: Default::default(),
rpc_http: None,
rpc_ws: None,
telemetry_url: None,
telemetry_endpoints: None,
default_heap_pages: None,
}
}
Expand Down