make stream test an asyncio test
This commit is contained in:
parent
d1f5b25418
commit
cf924373f6
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
import unittest
|
||||
from torba.stream import StreamController
|
||||
from torba.testcase import AsyncioTestCase
|
||||
|
||||
class StreamControllerTestCase(unittest.TestCase):
|
||||
|
||||
class StreamControllerTestCase(AsyncioTestCase):
|
||||
def test_non_unique_events(self):
|
||||
events = []
|
||||
controller = StreamController()
|
||||
|
|
Loading…
Reference in a new issue