mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
Tests: support 'substrate-node' too and allow multiple binary paths (#1102)
* Support 'substrate-node' too and allow multiple binary paths * fmt * clippy * fix path
This commit is contained in:
@@ -76,7 +76,7 @@ impl TestNodeProcessBuilder {
|
||||
{
|
||||
let mut node_builder = SubstrateNode::builder();
|
||||
|
||||
node_builder.binary_path(self.node_path);
|
||||
node_builder.binary_paths(&[self.node_path]);
|
||||
|
||||
if let Some(authority) = &self.authority {
|
||||
node_builder.arg(authority.to_lowercase());
|
||||
|
||||
Reference in New Issue
Block a user