TestCase -> AsyncioTestCase
This commit is contained in:
parent
e33b74f60c
commit
1bbbbd289c
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue