This commit is contained in:
Alexander Friedland 2019-09-12 18:51:41 +02:00 committed by GitHub
parent 0bef3a729c
commit 8fa42ea6ea
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) expect(emails).toHaveLength(1)
}) })
it('updates `termsAndConditionsAgreedAt`'', async () => { it('updates termsAndConditionsAgreedAt', async () => {
await expect(mutate({ mutation, variables })).resolves.toMatchObject({ await expect(mutate({ mutation, variables })).resolves.toMatchObject({
data: { data: {
SignupVerification: expect.objectContaining({ SignupVerification: expect.objectContaining({