mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
fixed typo (#10110)
This commit is contained in:
@@ -21,7 +21,7 @@ class TestUptimeSensor(unittest.TestCase):
|
||||
self.hass.stop()
|
||||
|
||||
def test_uptime_min_config(self):
|
||||
"""Test minimum uptime configutation."""
|
||||
"""Test minimum uptime configuration."""
|
||||
config = {
|
||||
'sensor': {
|
||||
'platform': 'uptime',
|
||||
|
Reference in New Issue
Block a user