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:02 +02:00 committed by GitHub
parent 4b97131225
commit aa234edc0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,7 +352,7 @@ describe('SignupVerification', () => {
name: 'John Doe',
password: '123',
email: 'john@example.org',
termsAndConditionsAgreedVersion: '0.0.1',
termsAndConditionsAgreedVersion: null,
termsAndConditionsAgreedAt: null,
}
})