Update backend/src/graphql/resolver/AdminResolver.test.ts

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Moriz Wahl 2022-12-08 19:11:09 +01:00 committed by GitHub
parent bd3f05d6c8
commit cbb688112f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(
User.findOneOrFail({ where: { id: user.id }, relations: ['emailContact'] }),
).resolves.toMatchObject({