From 6c32d302126f455779f5593192775b86833f1f33 Mon Sep 17 00:00:00 2001 From: Josh Morel Date: Thu, 7 Feb 2019 05:48:17 -0500 Subject: [PATCH] remove .only from notifications tests --- server/tests/api/users/user-notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/users/user-notifications.ts b/server/tests/api/users/user-notifications.ts index 317f68176..69e51677e 100644 --- a/server/tests/api/users/user-notifications.ts +++ b/server/tests/api/users/user-notifications.ts @@ -79,7 +79,7 @@ async function uploadVideoByLocalAccount (servers: ServerInfo[], additionalParam return { uuid: res.body.video.uuid, name } } -describe.only('Test users notifications', function () { +describe('Test users notifications', function () { let servers: ServerInfo[] = [] let userAccessToken: string let userNotifications: UserNotification[] = [] -- 2.41.0