From 355989d6d1b75513b3daf368627ce05d1150a8a0 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 13 Jan 2019 22:59:57 -0500 Subject: [PATCH] test_sync.py fixes --- tests/client_tests/integration/test_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/client_tests/integration/test_sync.py b/tests/client_tests/integration/test_sync.py index 612b041b7..cfb22755c 100644 --- a/tests/client_tests/integration/test_sync.py +++ b/tests/client_tests/integration/test_sync.py @@ -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