From 8bfbec7348738570d8ee43ebf19ef7c560649bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 24 Jan 2020 10:27:32 +0100 Subject: [PATCH] Update backend/src/middleware/notifications/notificationsMiddleware.spec.js Co-Authored-By: mattwr18 --- .../middleware/notifications/notificationsMiddleware.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',