This commit is contained in:
Matthias 2021-12-04 01:39:58 +01:00
parent 1f7a75ca92
commit c803fdaab1
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -11,7 +11,7 @@ class NotificationTests(BaseNotificationIntegrationTest):
"""ensure the implementation requirements are tested"""
class FalseNotificationMethod(NotificationMethod):
METHOD_NAME = 'FalseNotification'
METHOD_NAME = 'FalseNotification'
class AnotherFalseNotificationMethod(NotificationMethod):
METHOD_NAME = 'AnotherFalseNotification'