From d1c64fd970fc236b9ba01ac944659051e9e04a99 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 May 2023 14:59:15 +0200 Subject: Fix missing wait jobs --- server/tests/api/notifications/comments-notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/notifications/comments-notifications.ts') diff --git a/server/tests/api/notifications/comments-notifications.ts b/server/tests/api/notifications/comments-notifications.ts index 65007193a..0a4bfc5e4 100644 --- a/server/tests/api/notifications/comments-notifications.ts +++ b/server/tests/api/notifications/comments-notifications.ts @@ -170,7 +170,7 @@ describe('Test comments notifications', function () { let baseParams: CheckerBaseParams const byAccountDisplayName = 'super root name' - before(async () => { + before(async function () { baseParams = { server: servers[0], emails, -- cgit v1.2.3