merge conflict

This commit is contained in:
Ulf Gebhardt 2023-02-17 12:09:24 +01:00
parent d26c0bd78a
commit 09dc5ffdcb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -393,7 +393,7 @@ describe('TransactionLinkResolver', () => {
expect(logger.error).toBeCalledWith(
'Creation from contribution link was not successful',
new Error(
'The amount (5 GDD) to be created exceeds the amount (0 GDD) still available for this month.',
'The amount to be created exceeds the amount still available for this month',
),
)
})