diff --git a/backend/src/middleware/notifications/notificationsMiddleware.spec.js b/backend/src/middleware/notifications/notificationsMiddleware.spec.js index 6d3f41890..538b0b50c 100644 --- a/backend/src/middleware/notifications/notificationsMiddleware.spec.js +++ b/backend/src/middleware/notifications/notificationsMiddleware.spec.js @@ -683,7 +683,7 @@ describe('notifications', () => { describe('comment', () => { beforeEach(async () => { - commentContent = 'Commenters comment.' + commentContent = 'Commenter's comment.' commentAuthor = await neode.create('User', { id: 'commentAuthor', name: 'Mrs Comment',