fix unit tests
This commit is contained in:
@@ -367,10 +367,15 @@ describe('AbuseReportNotificationService', () => {
|
|||||||
id: idService.gen(),
|
id: idService.gen(),
|
||||||
targetUserId: alice.id,
|
targetUserId: alice.id,
|
||||||
targetUser: alice,
|
targetUser: alice,
|
||||||
|
targetUserProfile: null,
|
||||||
|
targetUserInstance: null,
|
||||||
reporterId: bob.id,
|
reporterId: bob.id,
|
||||||
reporter: bob,
|
reporter: bob,
|
||||||
|
reporterProfile: null,
|
||||||
|
reporterInstance: null,
|
||||||
assigneeId: null,
|
assigneeId: null,
|
||||||
assignee: null,
|
assignee: null,
|
||||||
|
assigneeProfile: null,
|
||||||
resolved: false,
|
resolved: false,
|
||||||
forwarded: false,
|
forwarded: false,
|
||||||
comment: 'test',
|
comment: 'test',
|
||||||
|
|||||||
Reference in New Issue
Block a user