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