mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
fix unit tests
This commit is contained in:
parent
ee3cd216f7
commit
838ac6daa9
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue