forked from LBRYCommunity/lbry-sdk
integration test fix
This commit is contained in:
parent
d289041ff3
commit
1d5333c737
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue