mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
typo fix
This commit is contained in:
parent
41ccacaa05
commit
ad9d067033
@ -494,7 +494,7 @@ class BaseNotificationIntegrationTest(TestCase):
|
|||||||
self.part = Part.objects.get(name='R_2K2_0805')
|
self.part = Part.objects.get(name='R_2K2_0805')
|
||||||
|
|
||||||
def _notification_run(self):
|
def _notification_run(self):
|
||||||
# There should be no notification runs
|
# There should be no notification runs
|
||||||
self.assertEqual(NotificationEntry.objects.all().count(), 0)
|
self.assertEqual(NotificationEntry.objects.all().count(), 0)
|
||||||
|
|
||||||
# Test that notifications run through without errors
|
# Test that notifications run through without errors
|
||||||
|
Loading…
Reference in New Issue
Block a user