From eb57ffdc627104ac8dec07d45389c0fdd37eb683 Mon Sep 17 00:00:00 2001 From: Alessandro Magionami Date: Fri, 24 Jan 2025 15:00:28 +0100 Subject: [PATCH] chore(emails): remove only from test --- .../modules/core/tests/integration/userEmails.graph.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/modules/core/tests/integration/userEmails.graph.spec.ts b/packages/server/modules/core/tests/integration/userEmails.graph.spec.ts index 944b825b2..110f2c375 100644 --- a/packages/server/modules/core/tests/integration/userEmails.graph.spec.ts +++ b/packages/server/modules/core/tests/integration/userEmails.graph.spec.ts @@ -177,7 +177,7 @@ describe('User emails graphql @core', () => { }) }) - describe.only('verify user email mutation', () => { + describe('verify user email mutation', () => { it('should throw an error if there is no pending verification for the email', async () => { const email = createRandomEmail() const user = await createTestUser({