From fb39d00434bbc6585696676041f62cb62f38d95c Mon Sep 17 00:00:00 2001
From: Rohan Kapoor <rohan@rohankapoor.com>
Date: Fri, 5 Apr 2019 22:26:00 -0700
Subject: [PATCH] Fix demo/notify tests

---
 tests/components/demo/test_notify.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/components/demo/test_notify.py b/tests/components/demo/test_notify.py
index 35cf8abe6bd39..964612cb97795 100644
--- a/tests/components/demo/test_notify.py
+++ b/tests/components/demo/test_notify.py
@@ -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."""