mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
65d5ed1bdf
commit
f4f390f4c2
@ -511,6 +511,7 @@ class BaseNotificationIntegrationTest(TestCase):
|
|||||||
# There should be 1 notification
|
# There should be 1 notification
|
||||||
self.assertEqual(NotificationEntry.objects.all().count(), 1)
|
self.assertEqual(NotificationEntry.objects.all().count(), 1)
|
||||||
|
|
||||||
|
|
||||||
class PartNotificationTest(BaseNotificationIntegrationTest):
|
class PartNotificationTest(BaseNotificationIntegrationTest):
|
||||||
""" Integration test for part notifications """
|
""" Integration test for part notifications """
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user