This commit is contained in:
Matthias 2021-12-03 01:58:27 +01:00
parent 65d5ed1bdf
commit f4f390f4c2
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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