2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00
This commit is contained in:
Matthias
2021-12-04 17:45:52 +01:00
parent ce726f89a1
commit 8724471fc0

View File

@ -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"""