mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Remove debug prints from utcnow test (#42977)
This commit is contained in:
parent
e5fe0c40ec
commit
2845fca08e
@ -1601,7 +1601,4 @@ async def test_state_change_events_match_state_time(hass):
|
|||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
state = hass.states.get("light.bedroom")
|
state = hass.states.get("light.bedroom")
|
||||||
|
|
||||||
import pprint
|
|
||||||
|
|
||||||
pprint.pprint(events)
|
|
||||||
assert state.last_updated == events[0].time_fired
|
assert state.last_updated == events[0].time_fired
|
||||||
|
Loading…
x
Reference in New Issue
Block a user