Skip to content

Commit 2f65d91

Browse files
#RI-5211 - fix tests
1 parent 20765d3 commit 2f65d91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

redisinsight/ui/src/pages/instance/InstancePage.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ describe('InstancePage', () => {
125125
setConnectedInfoInstance(),
126126
getRecommendations(),
127127
...resetContextActions,
128-
clearExpertChatHistory(),
129-
clearExpertChatHistory(),
128+
clearExpertChatHistory(),
130129
setAppContextConnectedInstanceId(INSTANCE_ID_MOCK),
131130
setDbConfig(undefined),
132131
resetRdiConnectedInstance(),

0 commit comments

Comments
 (0)