From e94229121a0098c9ef9019f0853f76f9b523a1c8 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 10 Feb 2019 21:42:51 -0500 Subject: [PATCH] explicitly set LEDGER --- tests/integration/test_internal_transaction_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_internal_transaction_api.py b/tests/integration/test_internal_transaction_api.py index 9951f18d5..a6fa1ec49 100644 --- a/tests/integration/test_internal_transaction_api.py +++ b/tests/integration/test_internal_transaction_api.py @@ -8,6 +8,7 @@ from lbrynet.schema.signature import Signature, NAMED_SECP256K1 from lbrynet.schema.signer import get_signer from torba.testcase import IntegrationTestCase from lbrynet.schema.claim import ClaimDict +import lbrynet.extras.wallet from lbrynet.extras.wallet.transaction import Transaction from lbrynet.extras.wallet.account import generate_certificate from lbrynet.extras.wallet.dewies import dewies_to_lbc as d2l, lbc_to_dewies as l2d @@ -45,7 +46,7 @@ example_claim_dict = { class BasicTransactionTest(IntegrationTestCase): - VERBOSITY = logging.WARN + LEDGER = lbrynet.extras.wallet async def test_creating_updating_and_abandoning_claim_with_channel(self):