mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update backend/src/graphql/resolver/AdminResolver.test.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
parent
9f6038b748
commit
bd3f05d6c8
@ -366,7 +366,7 @@ describe('AdminResolver', () => {
|
||||
expect(new Date(result.data.deleteUser)).toEqual(expect.any(Date))
|
||||
})
|
||||
|
||||
it('has deleted at set in users and user contacts', async () => {
|
||||
it('has deleted_at set in users and user contacts', async () => {
|
||||
await expect(
|
||||
User.findOneOrFail({
|
||||
where: { id: user.id },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user