diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-28 02:19:46 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-04 10:47:19 -0400 |
| commit | 838ac6daa9a90983cc19670cf3b5b786bddfe01b (patch) | |
| tree | 62fb564779ac13c69bfdd2b7a19849b3c3779ef7 /packages/backend/test/unit/AbuseReportNotificationService.ts | |
| parent | fix TS errors in ReversiService (diff) | |
| download | sharkey-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.ts | 5 |
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', |