Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix test cases
Browse files Browse the repository at this point in the history
anyoussefinia committed Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7a95b83 commit ad72d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/lambda/sinkMainProcessors.test.ts
Original file line number Diff line number Diff line change
@@ -581,6 +581,7 @@ describe("insertNewSeatoolRecordsFromKafkaIntoMako", () => {
leadAnalystOfficerId: 67890,
locked: false,
proposedDate: null,
raiReceivedDate: null,
raiRequestedDate: null,
raiWithdrawEnabled: false,
raiWithdrawnDate: null,
@@ -693,6 +694,7 @@ describe("insertNewSeatoolRecordsFromKafkaIntoMako", () => {
leadAnalystOfficerId: 67890,
locked: false,
proposedDate: null,
raiReceivedDate: null,
raiRequestedDate: null,
raiWithdrawEnabled: false,
raiWithdrawnDate: null,
@@ -805,6 +807,7 @@ describe("insertNewSeatoolRecordsFromKafkaIntoMako", () => {
leadAnalystOfficerId: 67890,
locked: false,
proposedDate: null,
raiReceivedDate: null,
raiRequestedDate: null,
raiWithdrawEnabled: false,
raiWithdrawnDate: null,
@@ -919,6 +922,7 @@ describe("insertNewSeatoolRecordsFromKafkaIntoMako", () => {
leadAnalystOfficerId: 67890,
locked: false,
proposedDate: null,
raiReceivedDate: null,
raiRequestedDate: null,
raiWithdrawEnabled: false,
raiWithdrawnDate: null,

0 comments on commit ad72d95

Please sign in to comment.