From 8c7ba2afb4bcfeb7c0c18c2be06c1682f87750ba Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 16 Feb 2022 11:18:24 -0800 Subject: [PATCH] Fix docstrings --- tests/test_account.py | 2 +- tests/test_drive.py | 2 +- tests/test_findmyiphone.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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