Skip to content

Commit ce3b601

Browse files
committed
fix: Tests breakage
1 parent 9d406d1 commit ce3b601

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/api/src/tasks/bank-import/import-transactions.task.spec.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,13 @@ describe('ImportTransactionsTask', () => {
433433
createdAt: new Date('2023-03-14T00:00:00.000Z'),
434434
currency: 'BGN',
435435
donations: {
436-
create: { personId: null, amount: 5000, targetVaultId: 'vault-id', type: 'donation' },
436+
create: {
437+
personId: null,
438+
amount: 5000,
439+
createdAt: new Date('2023-03-14T00:00:00.000Z'),
440+
targetVaultId: 'vault-id',
441+
type: 'donation'
442+
},
437443
},
438444
extCustomerId: 'BG77UNCR92900016740920',
439445
extPaymentIntentId:

0 commit comments

Comments
 (0)