Skip to content

Commit

Permalink
feat(cb2-14234): fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-cs committed Oct 16, 2024
1 parent 2d9aaa6 commit c38f4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('Application entry', () => {
],
};

await handler(event, null, (error, result) => {
await handler(eventWithTwoRecords, null, (error, result) => {
expect(error).toBeNull();
expect(result).toEqual(expectedResponse);
expect(sendMCProhibition).toHaveBeenCalledTimes(2);
Expand Down

0 comments on commit c38f4b7

Please sign in to comment.