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
|
||||
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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue