mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Update backend/src/graphql/resolver/UserResolver.test.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
1456d4a74a
commit
f00c5cd9cb
@ -350,10 +350,6 @@ describe('UserResolver', () => {
|
||||
peter.userRoles[0].userId = peter.id
|
||||
await peter.userRoles[0].save()
|
||||
|
||||
peter = await User.findOneOrFail({
|
||||
where: { id: user[0].id },
|
||||
relations: ['userRoles'],
|
||||
})
|
||||
|
||||
// date statement
|
||||
const actualDate = new Date()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user