fix two unit tests

This commit is contained in:
Lex Berezhny 2019-12-31 15:45:23 -05:00
parent 745031c020
commit b01887c7ec
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ from types import SimpleNamespace
from contextlib import asynccontextmanager
import docopt
from torba.testcase import AsyncioTestCase
from lbry.testcase import AsyncioTestCase
from lbry.extras.cli import normalize_value, main, setup_logging
from lbry.extras.system_info import get_platform

View file

@ -4,6 +4,7 @@ import types
import tempfile
import unittest
import argparse
import lbry.wallet
from lbry.conf import Config, BaseConfig, String, Integer, Toggle, Servers, Strings, StringChoice, NOT_SET
from lbry.error import InvalidCurrencyError