2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00
This commit is contained in:
Matthias
2021-12-03 01:58:27 +01:00
parent 65d5ed1bdf
commit f4f390f4c2

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