missing merge change

This commit is contained in:
Ulf Gebhardt 2023-02-16 18:22:47 +01:00
parent aa0b3ad671
commit 9fbce956df
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -526,7 +526,7 @@ describe('ContributionResolver', () => {
})
expect(errorObjects).toEqual([
new GraphQLError(
'The amount to be created exceeds the amount still available for this month',,
'The amount to be created exceeds the amount still available for this month',
),
])
})