mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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"
|
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."""
|
"""Ensure a mocked function takes a bit of time to be able to timeout in test."""
|
||||||
await asyncio.sleep(0)
|
await asyncio.sleep(0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user