removed unnecessary address subscribe call in integration tests

This commit is contained in:
Lex Berezhny 2018-08-30 15:06:10 -04:00
parent 91d95bd42e
commit 57abad2181

View file

@ -9,7 +9,6 @@ class BasicTransactionTests(IntegrationTestCase):
async def test_sending_and_receiving(self): async def test_sending_and_receiving(self):
account1, account2 = self.account, self.wallet.generate_account(self.ledger) account1, account2 = self.account, self.wallet.generate_account(self.ledger)
yield self.ledger.update_account(account1)
yield self.ledger.update_account(account2) yield self.ledger.update_account(account2)
self.assertEqual(await self.get_balance(account1), 0) self.assertEqual(await self.get_balance(account1), 0)