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
bd3f05d6c8
commit
cbb688112f
@ -503,7 +503,7 @@ describe('AdminResolver', () => {
|
|||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('has deleted at set to null in users and user contacts', async () => {
|
it('has deleted_at set to null in users and user contacts', async () => {
|
||||||
await expect(
|
await expect(
|
||||||
User.findOneOrFail({ where: { id: user.id }, relations: ['emailContact'] }),
|
User.findOneOrFail({ where: { id: user.id }, relations: ['emailContact'] }),
|
||||||
).resolves.toMatchObject({
|
).resolves.toMatchObject({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user