mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
Update backend/src/graphql/resolver/TransactionLinkResolver.test.ts
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
parent
ea42ac6a40
commit
de83f241d8
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user