tests: return the coroutine result in run_coro
This commit is contained in:
parent
35a9526a4c
commit
9270d1e538
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ class SlixTest(unittest.TestCase):
|
|||
|
||||
def run_coro(self, coro):
|
||||
loop = asyncio.get_event_loop()
|
||||
loop.run_until_complete(coro)
|
||||
return loop.run_until_complete(coro)
|
||||
|
||||
def stream_close(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue