mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Improve type hints in reolink tests (#123883)
This commit is contained in:
parent
82c705e188
commit
bd509469ab
@ -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…
x
Reference in New Issue
Block a user