mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Companion for Polkadot#7451 (#2807)
* Companion for Polkadot#7451 https://github.com/paritytech/polkadot/pull/7451 * Update Substrate & Polkadot * FMT * Fix integration tests * Bring back `polkadot-native` feature for now * 🤦
This commit is contained in:
@@ -26,7 +26,7 @@ async fn interrupt_polkadot_mdns_issue_test() {
|
||||
|
||||
let base_dir = tempdir().expect("could not create a temp dir");
|
||||
|
||||
let args = &["--", "--dev"];
|
||||
let args = &["--", "--chain=rococo-local"];
|
||||
|
||||
common::run_node_for_a_while(base_dir.path(), args, SIGINT).await;
|
||||
common::run_node_for_a_while(base_dir.path(), args, SIGTERM).await;
|
||||
|
||||
Reference in New Issue
Block a user