Change test so that only the date is to old and the amount could be right.

This commit is contained in:
elweyn 2022-07-12 09:45:48 +02:00
parent 9e355f9202
commit 9ee40767bb

View File

@ -356,7 +356,7 @@ describe('ContributionResolver', () => {
mutation: updateContribution,
variables: {
contributionId: result.data.createContribution.id,
amount: 1019.0,
amount: 10.0,
memo: 'Test env contribution',
creationDate: date.setMonth(date.getMonth() - 3).toString(),
},