test_sync.py fixes

This commit is contained in:
Lex Berezhny 2019-01-13 22:59:57 -05:00
parent 08814ad811
commit 355989d6d1

View file

@ -28,7 +28,7 @@ class SyncTests(IntegrationTestCase):
self.wallet_node.ledger_class,
port=self.api_port
)
await wallet_node.start(seed)
await wallet_node.start(self.conductor.spv_node, seed)
self.started_nodes.append(wallet_node)
return wallet_node