diff --git a/backend/src/graphql/resolver/TransactionResolver.test.ts b/backend/src/graphql/resolver/TransactionResolver.test.ts index 3fdff837e..b3ad36fcd 100644 --- a/backend/src/graphql/resolver/TransactionResolver.test.ts +++ b/backend/src/graphql/resolver/TransactionResolver.test.ts @@ -51,13 +51,11 @@ describe('send coins', () => { bobData = { email: 'bob@baumeister.de', password: 'Aa12345_', - publisherId: 1234, } peterData = { email: 'peter@lustig.de', password: 'Aa12345_', - publisherId: 1234, } user = await User.find({ relations: ['emailContact'] })