forked from LBRYCommunity/lbry-sdk
test_sync.py fixes
This commit is contained in:
parent
6a00cf9942
commit
08814ad811
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class SyncTests(IntegrationTestCase):
|
||||||
wallet_node = WalletNode(
|
wallet_node = WalletNode(
|
||||||
self.wallet_node.manager_class,
|
self.wallet_node.manager_class,
|
||||||
self.wallet_node.ledger_class,
|
self.wallet_node.ledger_class,
|
||||||
api_port=self.api_port
|
port=self.api_port
|
||||||
)
|
)
|
||||||
await wallet_node.start(seed)
|
await wallet_node.start(seed)
|
||||||
self.started_nodes.append(wallet_node)
|
self.started_nodes.append(wallet_node)
|
||||||
|
|
Loading…
Reference in a new issue