don't need hass in this test

This commit is contained in:
Diogo Gomes
2018-02-25 19:21:10 +00:00
parent c0a7f474cc
commit 81e7c3c383

View File

@@ -29,9 +29,6 @@ class TestFilterSensor(unittest.TestCase):
with assert_setup_component(0): with assert_setup_component(0):
assert setup_component(self.hass, 'sensor', config) assert setup_component(self.hass, 'sensor', config)
self.hass.start()
self.hass.block_till_done()
def test_outlier(self): def test_outlier(self):
"""Test if filter outlier works.""" """Test if filter outlier works."""
config = { config = {