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?') }) }) })