mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change test so that only the date is to old and the amount could be right.
This commit is contained in:
parent
9e355f9202
commit
9ee40767bb
@ -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(),
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user