From c657a27720d22dc6c3e4ab7aa8850ede3080c82a Mon Sep 17 00:00:00 2001 From: Rares <6453351+raress96@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:16:41 +0300 Subject: [PATCH] Fix pipeline. --- .github/workflows/test.yml | 1 + .../processors/gateway.processor.spec.ts | 1 + 2 files changed, 2 insertions(+) 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));