Skip to content

Commit

Permalink
Fix demo/notify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankapoorcom committed Apr 6, 2019
1 parent 965afde commit fb39d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/components/demo/test_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def _setup_notify(self):
with assert_setup_component(1) as config:
assert setup_component(self.hass, notify.DOMAIN, CONFIG)
assert config[notify.DOMAIN]
self.hass.block_till_done()

def test_setup(self):
"""Test setup."""
Expand Down

0 comments on commit fb39d00

Please sign in to comment.