From d90d366946b8fb60dc737204dcbc65d416b69cab Mon Sep 17 00:00:00 2001 From: joseji Date: Tue, 18 Oct 2022 20:24:30 +0200 Subject: [PATCH] fixed unnecessary params --- backend/src/graphql/resolver/TransactionResolver.test.ts | 2 -- 1 file changed, 2 deletions(-) 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'] })