mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
pytest: Fix the benchmark script
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
c4ca2ab4b9
commit
4d40ff37aa
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def bitcoind():
|
|||
def node_factory(request, bitcoind, executor):
|
||||
nf = NodeFactory(request.node.name, bitcoind, executor, directory="/dev/shm/lightning-tests")
|
||||
yield nf
|
||||
nf.killall([False]*len(nf.nodes))
|
||||
nf.killall([False] * len(nf.nodes))
|
||||
|
||||
|
||||
def test_single_hop(node_factory, executor):
|
||||
|
|
Loading…
Add table
Reference in a new issue