Skip to content

Commit 49464de

Browse files
committed
#RI-5852 - fix tests
1 parent 1171d6c commit 49464de

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/expert-chat

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/expert-chat/ExpertChat.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ beforeEach(() => {
6565

6666
describe('ExpertChat', () => {
6767
it('should render', () => {
68-
expect(render(<ExpertChat />)).toBeTruthy()
68+
expect(render(<ExpertChat />, { store })).toBeTruthy()
6969
})
7070

7171
it('should proper components render by default', () => {

0 commit comments

Comments
 (0)