diff --git a/backend/src/schema/resolvers/registration.spec.js b/backend/src/schema/resolvers/registration.spec.js index 41800b0c5..20619181a 100644 --- a/backend/src/schema/resolvers/registration.spec.js +++ b/backend/src/schema/resolvers/registration.spec.js @@ -352,7 +352,7 @@ describe('SignupVerification', () => { name: 'John Doe', password: '123', email: 'john@example.org', - termsAndConditionsAgreedVersion: '0.0.1', + termsAndConditionsAgreedVersion: null, termsAndConditionsAgreedAt: null, } })