Missing await in test function
This commit is contained in:
parent
2e1bbf098a
commit
c6bc849574
@ -68,7 +68,7 @@ async def test_parallel():
|
||||
@pytest.mark.asyncio
|
||||
async def test_function():
|
||||
async def hello(target):
|
||||
target.exec('hello')
|
||||
await target.exec('hello')
|
||||
await Stub()(hello)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user