From 953cbb147a2528942c716e6825740494ff4df931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 24 Jan 2020 10:26:29 +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 572f32449..6d3f41890 100644 --- a/backend/src/middleware/notifications/notificationsMiddleware.spec.js +++ b/backend/src/middleware/notifications/notificationsMiddleware.spec.js @@ -651,7 +651,7 @@ describe('notifications', () => { }) }) - describe('post and comment', () => { + describe('post or comment', () => { beforeEach(async () => { title = 'My post' postContent = 'My post content.'