diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b354c5c..93641ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,7 @@ jobs: - run: npm ci - run: npm run lint + - run: npm run generate - run: npm run test - run: npm install -g dotenv-cli diff --git a/apps/mvx-event-processor/src/cross-chain-transaction-processor/processors/gateway.processor.spec.ts b/apps/mvx-event-processor/src/cross-chain-transaction-processor/processors/gateway.processor.spec.ts index 8c51ac8..1f9c8b5 100644 --- a/apps/mvx-event-processor/src/cross-chain-transaction-processor/processors/gateway.processor.spec.ts +++ b/apps/mvx-event-processor/src/cross-chain-transaction-processor/processors/gateway.processor.spec.ts @@ -232,6 +232,7 @@ describe('GatewayProcessor', () => { updatedAt: new Date(), createdAt: new Date(), successTimes: null, + taskItemId: null, }; messageApprovedRepository.findBySourceChainAndMessageId.mockReturnValueOnce(Promise.resolve(messageApproved));