Remove debug prints from utcnow test (#42977)
This commit is contained in:
parent
e5fe0c40ec
commit
2845fca08e
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue