diff --git a/torba/tests/client_tests/unit/test_stream_controller.py b/torba/tests/client_tests/unit/test_stream_controller.py index f82ab699f..70c20fd3a 100644 --- a/torba/tests/client_tests/unit/test_stream_controller.py +++ b/torba/tests/client_tests/unit/test_stream_controller.py @@ -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()