mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
fix case
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user