PEP fix
This commit is contained in:
parent
65d5ed1bdf
commit
f4f390f4c2
|
|
@ -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 """
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue