From 8724471fc03dacfcc8728dfd1cd000250dbd4f2a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 17:45:52 +0100 Subject: [PATCH] rename --- InvenTree/common/test_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""