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