This commit is contained in:
Fabian Affolter 2016-09-23 10:28:16 +02:00 committed by GitHub
parent 0065dc0cd7
commit 3d31d26b6c
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
"""The tests for SleepIQ binary_sensor platform."""
"""The tests for SleepIQ binary sensor platform."""
import unittest
from unittest.mock import MagicMock
@ -32,7 +32,7 @@ class TestSleepIQBinarySensorSetup(unittest.TestCase):
@requests_mock.Mocker()
def test_setup(self, mock):
"""Test for succesfully setting up the SleepIQ platform."""
"""Test for successfully setting up the SleepIQ platform."""
mock_responses(mock)
sleepiq.setup_platform(self.hass,

View File

@ -32,7 +32,7 @@ class TestSleepIQSensorSetup(unittest.TestCase):
@requests_mock.Mocker()
def test_setup(self, mock):
"""Test for succesfully setting up the SleepIQ platform."""
"""Test for successfully setting up the SleepIQ platform."""
mock_responses(mock)
sleepiq.setup_platform(self.hass,