This commit is contained in:
Diogo Gomes
2018-02-26 00:20:58 +00:00
parent 7b5ffe228d
commit 9154caf410

View File

@@ -75,7 +75,7 @@ class TestFilterSensor(unittest.TestCase):
state = self.hass.states.get('sensor.test') state = self.hass.states.get('sensor.test')
self.assertEqual(18.05, round(float(state.state), 2)) self.assertEqual(18.05, round(float(state.state), 2))
def test_throttle(self): def test_throttle(self):
"""Test if filter throttle works.""" """Test if filter throttle works."""
config = { config = {