diff --git a/tests/test_account.py b/tests/test_account.py index 2274293..48b3efc 100644 --- a/tests/test_account.py +++ b/tests/test_account.py @@ -6,7 +6,7 @@ from .const import AUTHENTICATED_USER, VALID_PASSWORD class AccountServiceTest(TestCase): - """ "Account service tests""" + """Account service tests""" service = None diff --git a/tests/test_drive.py b/tests/test_drive.py index a6356bf..77e6455 100644 --- a/tests/test_drive.py +++ b/tests/test_drive.py @@ -6,7 +6,7 @@ import pytest # pylint: disable=pointless-statement class DriveServiceTest(TestCase): - """ "Drive service tests""" + """Drive service tests""" service = None diff --git a/tests/test_findmyiphone.py b/tests/test_findmyiphone.py index 1999f3a..10826cb 100644 --- a/tests/test_findmyiphone.py +++ b/tests/test_findmyiphone.py @@ -5,7 +5,7 @@ from .const import AUTHENTICATED_USER, VALID_PASSWORD class FindMyiPhoneServiceTest(TestCase): - """ "Find My iPhone service tests""" + """Find My iPhone service tests""" service = None