mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Companion for https://github.com/paritytech/substrate/pull/12147 (#1587)
* Companion for https://github.com/paritytech/substrate/pull/12147 * update lockfile for {"substrate", "polkadot"} * Fix tests Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -28,8 +28,9 @@ async fn purge_chain_works() {
|
||||
// Check that both databases are deleted
|
||||
|
||||
let base_dir = tempdir().expect("could not create a temp dir");
|
||||
let base_dir_path = format!("{}/polkadot", base_dir.path().display());
|
||||
|
||||
let args = &["--", "--dev"];
|
||||
let args = &["--", "--dev", "-d", &base_dir_path];
|
||||
|
||||
common::run_node_for_a_while(base_dir.path(), args, SIGINT).await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user