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

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Wolfgang Huß 2022-06-20 12:10:08 +02:00 committed by GitHub
parent d12cf4c987
commit 638e58c84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ describe('AdminResolver', () => {
})
describe('user gets new role', () => {
describe('is admin', () => {
describe('to admin', () => {
it('returns date string', async () => {
const result = await mutate({
mutation: setUserRole,