test_sync.py fixes

This commit is contained in:
Lex Berezhny 2019-01-13 22:52:49 -05:00
parent 6a00cf9942
commit 08814ad811

View file

@ -26,7 +26,7 @@ class SyncTests(IntegrationTestCase):
wallet_node = WalletNode(
self.wallet_node.manager_class,
self.wallet_node.ledger_class,
api_port=self.api_port
port=self.api_port
)
await wallet_node.start(seed)
self.started_nodes.append(wallet_node)