This commit is contained in:
Matthias 2021-12-04 17:45:52 +01:00
parent ce726f89a1
commit 8724471fc0
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -5,7 +5,7 @@ from .notifications import NotificationMethod, SingleNotificationMethod, BulkNot
from part.test_part import BaseNotificationIntegrationTest from part.test_part import BaseNotificationIntegrationTest
class NotificationTests(BaseNotificationIntegrationTest): class BaseNotificationTests(BaseNotificationIntegrationTest):
def test_NotificationMethod(self): def test_NotificationMethod(self):
"""ensure the implementation requirements are tested""" """ensure the implementation requirements are tested"""