Skip to content

Commit fbb6771

Browse files
committed
style: add workaround for incomplete channel mock typing
1 parent e62dc84 commit fbb6771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/ChannelList/hooks/listeners/__tests__/useChannelUpdated.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('useChannelUpdated', () => {
1818
send_messages: true,
1919
},
2020
},
21-
} as Channel;
21+
} as unknown as Channel;
2222

2323
const mockEvent = {
2424
channel: {

0 commit comments

Comments
 (0)