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

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
Ulf Gebhardt 2023-02-16 14:22:56 +01:00 committed by GitHub
parent ea42ac6a40
commit de83f241d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,11 +359,6 @@ describe('TransactionLinkResolver', () => {
})
it('logs the error thrown', () => {
/* expect(logger.error).toBeCalledWith(
'The amount to be created exceeds the amount still available for this month',
new Decimal(5),
new Decimal(0),
) */
expect(logger.error).toBeCalledWith(
'Creation from contribution link was not successful',
new Error(