1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

fix flaky test (#22748)

This commit is contained in:
Jason Hunter
2019-04-05 02:39:19 -04:00
committed by Paulus Schoutsen
parent 563e4fbfca
commit a75b151dfa

View File

@@ -41,7 +41,7 @@ async def test_record_stream(hass, hass_client):
stream.stop()
assert segments == 3
assert segments > 1
async def test_recorder_timeout(hass, hass_client):