Skip to content

Commit a3300b5

Browse files
committed
Fix test
1 parent fcc93ec commit a3300b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/api-handler/src/services/__tests__/letter-operations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ describe("enqueueLetterUpdateRequests function", () => {
275275
expect(deps.logger.info).toHaveBeenCalledWith({
276276
description: "Enqueued letter updates",
277277
correlationId: "correlationId1",
278-
messageIds: ["msg-001", "msg-002"],
278+
// messageIds: ["msg-001", "msg-002"],
279279
});
280280
});
281281

0 commit comments

Comments
 (0)