Skip to content

Commit

Permalink
feat(cb2-14226): pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
naathanbrown committed Oct 7, 2024
1 parent 1e97aae commit 0a99354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/certGenInit.unitTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ describe("cert-gen-init", () => {
process.env.PROCESS_MODIFY_EVENTS = "";
event.Records[0].eventName = "MODIFY";
expect(() => {
StreamService.getTestResultStream(event.Records[0] as DynamoDBRecord);
StreamService.getTestResultStream(
event.Records[0] as DynamoDBRecord
);
}).toThrowError();
});
}
Expand Down

0 comments on commit 0a99354

Please sign in to comment.