reduce verbosity for integration test

This commit is contained in:
Lex Berezhny 2018-07-10 21:23:13 -04:00
parent 565b095a8d
commit feac754925

View file

@ -5,7 +5,7 @@ from torba.constants import COIN
class BasicTransactionTests(IntegrationTestCase): class BasicTransactionTests(IntegrationTestCase):
VERBOSE = True VERBOSE = False
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)