Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Forked at: e916423
Parent branch: origin/rococo-branch
  • Loading branch information
cecton committed Aug 12, 2020
1 parent 43512e8 commit ae7082c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/test-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub fn polkadot_test_new_full(
// TODO: that comes from service, make it public?
type FullClient<RuntimeApi, Executor> = service::TFullClient<Block, RuntimeApi, Executor>;
/// A wrapper for the test client that implements YaExecuteWithClient.
pub struct TestClient(Arc<FullClient<polkadot_test_runtime::RuntimeApi, PolkadotTestExecutor>>);
pub struct TestClient(pub Arc<FullClient<polkadot_test_runtime::RuntimeApi, PolkadotTestExecutor>>);
// TODO: that comes from service, make it public?
type FullBackend = service::TFullBackend<Block>;

Expand Down

0 comments on commit ae7082c

Please sign in to comment.