mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Corrected the expected amount from the ADMIN_CONTRIBUTION_DELETE event.
This commit is contained in:
parent
11f19262b0
commit
00a45d7805
@ -2569,7 +2569,7 @@ describe('ContributionResolver', () => {
|
|||||||
expect.objectContaining({
|
expect.objectContaining({
|
||||||
type: EventProtocolType.ADMIN_CONTRIBUTION_DELETE,
|
type: EventProtocolType.ADMIN_CONTRIBUTION_DELETE,
|
||||||
userId: admin.id,
|
userId: admin.id,
|
||||||
amount: expect.decimalEqual(400),
|
amount: expect.decimalEqual(200),
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user