mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 18:11:03 +00:00
This reverts commit 5f637c510e.
This commit is contained in:
committed by
GitHub
parent
d13d0d4f07
commit
d711673ee2
@@ -372,9 +372,7 @@ mod tests {
|
||||
use super::*;
|
||||
use futures::executor::block_on;
|
||||
use polkadot_node_subsystem::messages::CollatorProtocolMessage;
|
||||
use polkadot_overseer::{
|
||||
AllSubsystems, Handle, HeadSupportsParachains, Overseer, OverseerConnector,
|
||||
};
|
||||
use polkadot_overseer::{AllSubsystems, Handle, HeadSupportsParachains, Overseer};
|
||||
use polkadot_primitives::v1::Hash;
|
||||
|
||||
struct AlwaysSupportsParachains;
|
||||
@@ -396,10 +394,9 @@ mod tests {
|
||||
None,
|
||||
AlwaysSupportsParachains,
|
||||
spawner.clone(),
|
||||
OverseerConnector::default(),
|
||||
)
|
||||
.unwrap();
|
||||
let mut handle = Handle(handle);
|
||||
let mut handle = Handle::Connected(handle);
|
||||
|
||||
spawner.spawn("overseer", overseer.run().then(|_| async { () }).boxed());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user