From c21ad2244f1f024c5d1f68289a4be650e3f5317c Mon Sep 17 00:00:00 2001 From: Kapil Jain Date: Wed, 30 Oct 2019 22:03:52 -0400 Subject: [PATCH] add software tests for two notifications bug --- .../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 9d397cbe0..5d28ec627 100644 --- a/backend/src/middleware/notifications/notificationsMiddleware.spec.js +++ b/backend/src/middleware/notifications/notificationsMiddleware.spec.js @@ -443,7 +443,7 @@ describe('notifications', () => { it('sends only one notification with reason mentioned_in_comment', async () => { postAuthor = await instance.create('User', { - id: 'postAuthor', + id: 'MrPostAuthor', name: 'Mr Author', slug: 'mr-author', email: 'post-author@example.org',