From 771779348a8c83a5f3d7a338b23e8976b072c8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 8 Apr 2019 10:19:57 +0200 Subject: [PATCH] Fix test --- backend/src/middleware/notificationsMiddleware.spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/middleware/notificationsMiddleware.spec.js b/backend/src/middleware/notificationsMiddleware.spec.js index 9fed4a59a..e6fc78c52 100644 --- a/backend/src/middleware/notificationsMiddleware.spec.js +++ b/backend/src/middleware/notificationsMiddleware.spec.js @@ -23,10 +23,8 @@ describe('currentUser { notifications }', () => { const query = `query($read: Boolean) { currentUser { notifications(read: $read, orderBy: createdAt_desc) { - id read post { - id content } }