TestCase -> AsyncioTestCase

This commit is contained in:
Lex Berezhny 2019-01-23 19:02:11 -05:00
parent e33b74f60c
commit 1bbbbd289c

View file

@ -1,12 +1,12 @@
import contextlib
from io import StringIO
import unittest
from lbrynet.extras.cli import normalize_value, main
from lbrynet.extras.system_info import get_platform
from torba.testcase import AsyncioTestCase
class CLITest(unittest.TestCase):
class CLITest(AsyncioTestCase):
@staticmethod
def shell(argv):