diff --git a/InvenTree/part/test_part.py b/InvenTree/part/test_part.py index 7f9b11478a..009798b6ff 100644 --- a/InvenTree/part/test_part.py +++ b/InvenTree/part/test_part.py @@ -511,6 +511,7 @@ class BaseNotificationIntegrationTest(TestCase): # There should be 1 notification self.assertEqual(NotificationEntry.objects.all().count(), 1) + class PartNotificationTest(BaseNotificationIntegrationTest): """ Integration test for part notifications """