diff --git a/InvenTree/common/test_notifications.py b/InvenTree/common/test_notifications.py index 27ace0168a..67f3e5992a 100644 --- a/InvenTree/common/test_notifications.py +++ b/InvenTree/common/test_notifications.py @@ -67,6 +67,8 @@ class NotificationTests(BaseNotificationIntegrationTest): self._notification_run() +class ClassNotificationTests(BaseNotificationIntegrationTest): + def test_SingleNotificationMethod(self): """ensure the implementation requirements are tested"""