fixed linting

This commit is contained in:
Ulf Gebhardt 2023-03-27 23:59:46 +02:00
parent 980242012f
commit 4c4da6e929
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -453,7 +453,7 @@ describe('TransactionLinkResolver', () => {
{ email: 'bibi@bloxberg.de' },
{ relations: ['user'] },
)
expect(DbEvent.find()).resolves.toContainEqual(
await expect(DbEvent.find()).resolves.toContainEqual(
expect.objectContaining({
type: EventType.CONTRIBUTION_LINK_REDEEM,
affectedUserId: userConatct.user.id,