From ad9d067033c519261a0b8c3fd9ea9cfea1753657 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Apr 2022 01:08:35 +0200 Subject: [PATCH] typo fix --- InvenTree/part/test_part.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/test_part.py b/InvenTree/part/test_part.py index 040b2c9e68..e1db3a78f3 100644 --- a/InvenTree/part/test_part.py +++ b/InvenTree/part/test_part.py @@ -494,7 +494,7 @@ class BaseNotificationIntegrationTest(TestCase): self.part = Part.objects.get(name='R_2K2_0805') def _notification_run(self): - # There should be no notification runs + # There should be no notification runs self.assertEqual(NotificationEntry.objects.all().count(), 0) # Test that notifications run through without errors