Skip to content

Commit ddcc98c

Browse files
committed
#RI-966 - fix test
1 parent 35a7a51 commit ddcc98c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redisinsight/ui/src/slices/tests/app/context.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ describe('slices', () => {
6464
...initialState,
6565
contextInstanceId,
6666
browser: {
67+
...initialState.browser,
6768
keyList: {
6869
isDataLoaded: true,
6970
scrollTopPosition: 100,
@@ -74,7 +75,7 @@ describe('slices', () => {
7475
},
7576
bulkActions: {
7677
opened: true,
77-
}
78+
},
7879
},
7980
workbench: {
8081
script: '123123',

0 commit comments

Comments
 (0)