mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix case
This commit is contained in:
parent
ea5848d174
commit
55a8536636
@ -502,7 +502,7 @@ class PartNotificationTest(TestCase):
|
|||||||
# There should be no notification as no-one is subscribed
|
# There should be no notification as no-one is subscribed
|
||||||
self.assertEqual(NotificationEntry.objects.all().count(), 0)
|
self.assertEqual(NotificationEntry.objects.all().count(), 0)
|
||||||
|
|
||||||
# subscribe and run again
|
# Subscribe and run again
|
||||||
self.r1.set_starred(self.user, True)
|
self.r1.set_starred(self.user, True)
|
||||||
self.r1.save()
|
self.r1.save()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user