From 90f4ccd932928c950738f18d9d0e11a0b7dda765 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 5 Apr 2023 15:27:34 +0200 Subject: [PATCH] set moderator id to null --- frontend/src/pages/Community.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Community.spec.js b/frontend/src/pages/Community.spec.js index bfb31bea2..ab1572d37 100644 --- a/frontend/src/pages/Community.spec.js +++ b/frontend/src/pages/Community.spec.js @@ -72,7 +72,7 @@ describe('Community', () => { messagesCount: 0, deniedAt: null, deniedBy: null, - moderatorId: 69, + moderatorId: null, }, { id: 1550, @@ -89,7 +89,7 @@ describe('Community', () => { messagesCount: 0, deniedAt: null, deniedBy: null, - moderatorId: 69, + moderatorId: null, }, ], contributionCount: 1,