mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
fix disputes tests (#3974)
This commit is contained in:
@@ -88,10 +88,10 @@ fn test_harness<T: Future<Output = VirtualOverseer>>(
|
||||
let target_hash = case_vars.target_block.clone();
|
||||
let selection_process = async move {
|
||||
let best = select_relay_chain
|
||||
.finality_target_with_fallback(target_hash, Some(target_hash), None)
|
||||
.finality_target_with_longest_chain(target_hash, target_hash, None)
|
||||
.await
|
||||
.unwrap();
|
||||
finality_target_tx.send(best).unwrap();
|
||||
finality_target_tx.send(Some(best)).unwrap();
|
||||
()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user