From 876869bb29139640d70ed5b397986536e421d6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 25 Jul 2023 16:57:58 +0200 Subject: [PATCH] Fix empty line --- .../src/middleware/notifications/notificationsMiddleware.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/middleware/notifications/notificationsMiddleware.spec.ts b/backend/src/middleware/notifications/notificationsMiddleware.spec.ts index 6cec5c940..114caaf7c 100644 --- a/backend/src/middleware/notifications/notificationsMiddleware.spec.ts +++ b/backend/src/middleware/notifications/notificationsMiddleware.spec.ts @@ -549,6 +549,7 @@ describe('notifications', () => { postContent = 'Content of post where I get mentioned in a comment.' postAuthor = notifiedUser }) + it('sends only one notification with reason commented_on_post, no notification with reason mentioned_in_comment', async () => { await createCommentOnPostAction() const expected = {