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;