From f4f390f4c26d17a92b21b8947d1eb6e382cfda8c Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 3 Dec 2021 01:58:27 +0100 Subject: [PATCH] PEP fix --- InvenTree/part/test_part.py | 1 + 1 file changed, 1 insertion(+) 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 """