Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup and simplitfy the async state update #9390

Merged
merged 2 commits into from
Sep 12, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test_entity.py
  • Loading branch information
balloob authored Sep 12, 2017
commit 992c75e332f45d4ba7be0555ae8ff04d1d4c8272
2 changes: 1 addition & 1 deletion tests/helpers/test_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ def async_update():
mock_entity.async_schedule_update_ha_state(True)
yield from hass.async_block_till_done()

assert mock_call.called
assert update_call is True