Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update client/rpc/src/system/tests.rs
  • Loading branch information
bkchr authored Jun 4, 2020
commit 76e1e289af37cf7d8808b6ed0a4b595db7334645
2 changes: 1 addition & 1 deletion client/rpc/src/system/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use sc_network::{self, PeerId};
use sc_network::config::Role;
use substrate_test_runtime_client::runtime::Block;
use assert_matches::assert_matches;
use futures::{prelude::*};
use futures::prelude::*;
use sp_utils::mpsc::tracing_unbounded;
use std::thread;

Expand Down