Improve type hints in reolink tests (#123883)
This commit is contained in:
parent
82c705e188
commit
bd509469ab
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pytestmark = pytest.mark.usefixtures("reolink_connect", "reolink_platforms")
|
|||
CHIME_MODEL = "Reolink Chime"
|
||||
|
||||
|
||||
async def test_wait(*args, **key_args):
|
||||
async def test_wait(*args, **key_args) -> None:
|
||||
"""Ensure a mocked function takes a bit of time to be able to timeout in test."""
|
||||
await asyncio.sleep(0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue