From 838ac6daa9a90983cc19670cf3b5b786bddfe01b Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 28 May 2025 02:19:46 -0400 Subject: [PATCH] fix unit tests --- packages/backend/test/unit/AbuseReportNotificationService.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/backend/test/unit/AbuseReportNotificationService.ts b/packages/backend/test/unit/AbuseReportNotificationService.ts index 6d555326fb..55ec755dc7 100644 --- a/packages/backend/test/unit/AbuseReportNotificationService.ts +++ b/packages/backend/test/unit/AbuseReportNotificationService.ts @@ -367,10 +367,15 @@ describe('AbuseReportNotificationService', () => { id: idService.gen(), targetUserId: alice.id, targetUser: alice, + targetUserProfile: null, + targetUserInstance: null, reporterId: bob.id, reporter: bob, + reporterProfile: null, + reporterInstance: null, assigneeId: null, assignee: null, + assigneeProfile: null, resolved: false, forwarded: false, comment: 'test',