Skip to content

Commit 2c22c80

Browse files
committed
Fix old comment
1 parent a1aad92 commit 2c22c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/compact-connect/lambdas/nodejs/tests/ingest-event-reporter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ describe('Weekly runs', () => {
523523
}
524524
);
525525

526-
// Verify an event report was sent
526+
// Verify an event report was not sent
527527
expect(mockSendReportEmail).not.toHaveBeenCalled();
528528
expect(mockSendAllsWellEmail).not.toHaveBeenCalled();
529529
expect(mockSendNoLicenseUpdatesEmail).not.toHaveBeenCalled();

0 commit comments

Comments
 (0)