Corrected the expected amount from the ADMIN_CONTRIBUTION_DELETE event.

This commit is contained in:
elweyn 2023-02-15 12:17:17 +01:00
parent 11f19262b0
commit 00a45d7805

View File

@ -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),
}), }),
) )
}) })