From 4358d5bb8f3c15b6f3c35564e238ab4747b3ee4c Mon Sep 17 00:00:00 2001 From: roschaefer Date: Fri, 6 Sep 2019 16:03:36 +0200 Subject: [PATCH] Follow @Tirokk's suggestion https://github.com/Human-Connection/Human-Connection/pull/1507#pullrequestreview-284841447 --- backend/src/schema/resolvers/registration.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/schema/resolvers/registration.spec.js b/backend/src/schema/resolvers/registration.spec.js index 803684cbe..d9c05fde6 100644 --- a/backend/src/schema/resolvers/registration.spec.js +++ b/backend/src/schema/resolvers/registration.spec.js @@ -263,8 +263,7 @@ describe('SignupByInvitation', () => { }) describe('if the EmailAddress already exists but without user account', () => { - // shall we re-send the registration email? - it.todo('decide what to do') + it.todo('shall we re-send the registration email?') }) }) })