From 1d5333c7378db6649e0a307bc3a75efb451ec629 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 23 Sep 2019 13:06:25 -0400 Subject: [PATCH] integration test fix --- lbry/tests/integration/test_claim_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/tests/integration/test_claim_commands.py b/lbry/tests/integration/test_claim_commands.py index 8c780e5d1..6f961e3ad 100644 --- a/lbry/tests/integration/test_claim_commands.py +++ b/lbry/tests/integration/test_claim_commands.py @@ -1081,7 +1081,7 @@ class StreamCommands(ClaimTestCase): class SupportCommands(CommandTestCase): async def test_regular_supports_and_tip_supports(self): - wallet2 = await self.daemon.jsonrpc_wallet_add('wallet2', create_wallet=True, create_account=True) + wallet2 = await self.daemon.jsonrpc_wallet_create('wallet2', create_account=True) account2 = wallet2.accounts[0] # send account2 5 LBC out of the 10 LBC in account1