mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
update substrate/polkadot with construct_runtime changes (#485)
* update substrate/polkadot with construct_runtime changes * fix update * Fixes * More fixes * fix test, but might be wrong fix Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
committed by
GitHub
parent
9ff72525d9
commit
11a0bca6d7
@@ -58,7 +58,7 @@ fn purge_chain_works() {
|
||||
let base_path = run_node_and_stop();
|
||||
|
||||
assert!(base_path.path().join("chains/local_testnet/db").exists());
|
||||
assert!(base_path.path().join("polkadot/chains/westend_dev/db").exists());
|
||||
assert!(base_path.path().join("polkadot/chains/westend2/db").exists());
|
||||
|
||||
let status = Command::new(cargo_bin("polkadot-collator"))
|
||||
.args(&["purge-chain", "-d"])
|
||||
@@ -71,7 +71,7 @@ fn purge_chain_works() {
|
||||
// Make sure that the `parachain_local_testnet` chain folder exists, but the `db` is deleted.
|
||||
assert!(base_path.path().join("chains/local_testnet").exists());
|
||||
assert!(!base_path.path().join("chains/local_testnet/db").exists());
|
||||
assert!(base_path.path().join("polkadot/chains/westend_dev").exists());
|
||||
assert!(!base_path.path().join("polkadot/chains/westend_dev/db").exists());
|
||||
assert!(base_path.path().join("polkadot/chains/westend2").exists());
|
||||
assert!(!base_path.path().join("polkadot/chains/westend2/db").exists());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user