This commit is contained in:
Matthias 2021-12-02 02:35:10 +01:00
parent ea5848d174
commit 55a8536636
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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()