mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Fix typos (#3490)
This commit is contained in:
@@ -28,7 +28,7 @@ class TestSleepIQ(unittest.TestCase):
|
||||
"""Tests the SleepIQ component."""
|
||||
|
||||
def setUp(self):
|
||||
"""Initialize values for this testcase class."""
|
||||
"""Initialize values for this test case class."""
|
||||
self.hass = get_test_home_assistant()
|
||||
self.username = 'foo'
|
||||
self.password = 'bar'
|
||||
|
||||
Reference in New Issue
Block a user