From 55a853663672244ae68a97bb4e2b8cf4bc00c08d Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 02:35:10 +0100 Subject: [PATCH] fix case --- 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 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()