diff --git a/InvenTree/common/test_notifications.py b/InvenTree/common/test_notifications.py index 67f3e5992a..c240c5d6c3 100644 --- a/InvenTree/common/test_notifications.py +++ b/InvenTree/common/test_notifications.py @@ -5,7 +5,7 @@ from .notifications import NotificationMethod, SingleNotificationMethod, BulkNot from part.test_part import BaseNotificationIntegrationTest -class NotificationTests(BaseNotificationIntegrationTest): +class BaseNotificationTests(BaseNotificationIntegrationTest): def test_NotificationMethod(self): """ensure the implementation requirements are tested"""