summaryrefslogtreecommitdiff
path: root/packages/backend/test/unit/AbuseReportNotificationService.ts
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-28 02:19:46 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-06-04 10:47:19 -0400
commit838ac6daa9a90983cc19670cf3b5b786bddfe01b (patch)
tree62fb564779ac13c69bfdd2b7a19849b3c3779ef7 /packages/backend/test/unit/AbuseReportNotificationService.ts
parentfix TS errors in ReversiService (diff)
downloadsharkey-838ac6daa9a90983cc19670cf3b5b786bddfe01b.tar.gz
sharkey-838ac6daa9a90983cc19670cf3b5b786bddfe01b.tar.bz2
sharkey-838ac6daa9a90983cc19670cf3b5b786bddfe01b.zip
fix unit tests
Diffstat (limited to 'packages/backend/test/unit/AbuseReportNotificationService.ts')
-rw-r--r--packages/backend/test/unit/AbuseReportNotificationService.ts5
1 files changed, 5 insertions, 0 deletions
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',