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

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Sep 21, 2020
1 parent 86601f8 commit a613f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/network/src/gossip/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use substrate_test_runtime_client::{TestClientBuilder, TestClientBuilderExt as _
type TestNetworkService = NetworkService<
substrate_test_runtime_client::runtime::Block,
substrate_test_runtime_client::runtime::Hash,
tiny_multihash::Multihash,
>;

/// Builds a full node to be used for testing. Returns the node service and its associated events
Expand Down
1 change: 1 addition & 0 deletions client/network/src/service/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ use substrate_test_runtime_client::{TestClientBuilder, TestClientBuilderExt as _
type TestNetworkService = NetworkService<
substrate_test_runtime_client::runtime::Block,
substrate_test_runtime_client::runtime::Hash,
tiny_multihash::Multihash,
>;

/// Builds a full node to be used for testing. Returns the node service and its associated events
Expand Down

0 comments on commit a613f8f

Please sign in to comment.