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-04-28 11:19:51 +02:00 committed by GitHub
parent 4c6660a7a5
commit 51f8dfb89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ describe('AdminResolver', () => {
resetToken()
})
describe('user to undelete user does not exist', () => {
describe('user to be undelete does not exist', () => {
it('throws an error', async () => {
await expect(
mutate({ mutation: unDeleteUser, variables: { userId: admin.id + 1 } }),