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

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-03-22 12:31:44 +01:00 committed by GitHub
parent 2a5db25c43
commit fe869e12c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,6 @@ describe('UserResolver', () => {
lastName: 'Lustig',
language: 'de',
publisherId: 1234,
redeemCode: 'a0000b0000c0000',
}
let result: any