Update backend/src/schema/resolvers/registration.spec.js

Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
Alexander Friedland 2019-09-12 18:00:14 +02:00 committed by GitHub
parent aa234edc0a
commit 0bef3a729c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,7 +446,7 @@ describe('SignupVerification', () => {
expect(emails).toHaveLength(1)
})
it('if a current date of the General Terms and Conditions is available', async () => {
it('updates `termsAndConditionsAgreedAt`'', async () => {
await expect(mutate({ mutation, variables })).resolves.toMatchObject({
data: {
SignupVerification: expect.objectContaining({