From ce726f89a1a9855db6a853d5a7b6ab342809388d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 17:45:40 +0100 Subject: [PATCH] refactor wrong implementations into own testcase --- InvenTree/common/test_notifications.py | 2 ++ 1 file changed, 2 insertions(+) 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"""