Skip to content

Commit

Permalink
fix: broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Jun 13, 2024
1 parent 74e3340 commit f7dcbed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jest.mock('@/hooks/custom-hooks', () => ({
},
}),
useSendbird: () => ({
activeChatChannel: {
isFrozen: false,
},
isOnline: true,
lastOnlineTime: 123546789,
nickname: 'John Doe',
Expand Down

0 comments on commit f7dcbed

Please sign in to comment.