From ae7082c7da60b734002a861e6672b4074416d0ea Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Wed, 12 Aug 2020 17:51:14 +0200 Subject: [PATCH] WIP Forked at: e91642361133dba084a9c9b3efa45fcb6cd3c5ca Parent branch: origin/rococo-branch --- node/test-service/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/test-service/src/lib.rs b/node/test-service/src/lib.rs index df5ef248e0d3..b9d12196e36a 100644 --- a/node/test-service/src/lib.rs +++ b/node/test-service/src/lib.rs @@ -91,7 +91,7 @@ pub fn polkadot_test_new_full( // TODO: that comes from service, make it public? type FullClient = service::TFullClient; /// A wrapper for the test client that implements YaExecuteWithClient. -pub struct TestClient(Arc>); +pub struct TestClient(pub Arc>); // TODO: that comes from service, make it public? type FullBackend = service::TFullBackend;