reduce verbosity for integration test
This commit is contained in:
parent
565b095a8d
commit
feac754925
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue