Skip to content

Commit cb755aa

Browse files
committed
fix: test
1 parent 8236e53 commit cb755aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/Chat/hooks/__tests__/useAppSettings.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ describe('useAppSettings', () => {
1818
auto_translation_enabled: true,
1919
}),
2020
),
21+
userID: 'some-user-id',
2122
} as unknown as StreamChat,
2223
isOnline,
2324
false,

0 commit comments

Comments
 (0)