Skip to content

Commit

Permalink
fix(backend): test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Nov 19, 2023
1 parent a0e38b2 commit 4b1e0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/test/e2e/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ describe('ユーザー', () => {
hasPendingReceivedFollowRequest: user.hasPendingReceivedFollowRequest,
unreadAnnouncements: user.unreadAnnouncements,
mutedWords: user.mutedWords,
hardMutedWords: user.hardMutedWords,
mutedInstances: user.mutedInstances,
mutingNotificationTypes: user.mutingNotificationTypes,
notificationRecieveConfig: user.notificationRecieveConfig,
Expand Down

0 comments on commit 4b1e0ac

Please sign in to comment.