mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update backend/src/schema/resolvers/registration.spec.js
Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
parent
aa234edc0a
commit
0bef3a729c
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user