diff --git a/InvenTree/part/test_part.py b/InvenTree/part/test_part.py index c5b9b3f60a..7f9b03c210 100644 --- a/InvenTree/part/test_part.py +++ b/InvenTree/part/test_part.py @@ -502,7 +502,7 @@ class PartNotificationTest(TestCase): # There should be no notification as no-one is subscribed self.assertEqual(NotificationEntry.objects.all().count(), 0) - # subscribe and run again + # Subscribe and run again self.r1.set_starred(self.user, True) self.r1.save()