forked from LBRYCommunity/lbry-sdk
removed shutdown_runner argument to daemon.stop()
This commit is contained in:
parent
1ed38fff6f
commit
6370404985
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class CommandTestCase(IntegrationTestCase):
|
||||||
await wallet_node.stop(cleanup=True)
|
await wallet_node.stop(cleanup=True)
|
||||||
for daemon in self.daemons:
|
for daemon in self.daemons:
|
||||||
daemon.component_manager.get_component('wallet')._running = False
|
daemon.component_manager.get_component('wallet')._running = False
|
||||||
await daemon.stop(shutdown_runner=False)
|
await daemon.stop()
|
||||||
|
|
||||||
async def add_daemon(self, wallet_node=None, seed=None):
|
async def add_daemon(self, wallet_node=None, seed=None):
|
||||||
if wallet_node is None:
|
if wallet_node is None:
|
||||||
|
|
Loading…
Reference in a new issue