fix another test

This commit is contained in:
Ulf Gebhardt 2023-01-31 22:58:14 +01:00
parent 477d301049
commit 5de22d46e6
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -96,7 +96,7 @@ describe('EmailOptinCodes', () => {
mutate({ mutation: forgotPassword, variables: { email: 'peter@lustig.de' } }),
).resolves.toMatchObject({
data: null,
errors: [new GraphQLError('email already sent less than 10 minutes minutes ago')],
errors: [new GraphQLError('Email already sent less than 10 minutes minutes ago')],
})
})