Skip to content

Commit 13b05c9

Browse files
author
Artem
committed
fix tests
1 parent 8d2b8b2 commit 13b05c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

redisinsight/api/src/__mocks__/commands.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export const mockMainCommands = {
44
complexity: 'O(N). Where N is the number of configured users.',
55
since: '6.0.0',
66
group: 'server',
7+
provider: 'main',
78
},
89
};
910

@@ -19,6 +20,7 @@ export const mockRedisearchCommands = {
1920
],
2021
since: '1.0.0',
2122
group: 'search',
23+
provider: 'search',
2224
},
2325
};
2426

@@ -39,6 +41,7 @@ export const mockRedijsonCommands = {
3941
],
4042
since: '1.0.0',
4143
group: 'json',
44+
provider: 'json',
4245
},
4346
};
4447

@@ -102,6 +105,7 @@ export const mockRedistimeseriesCommands = {
102105
],
103106
since: '1.0.0',
104107
group: 'timeseries',
108+
provider: 'timeseries',
105109
},
106110
};
107111

@@ -143,6 +147,7 @@ export const mockRedisaiCommands = {
143147
],
144148
since: '1.2.5',
145149
group: 'tensor',
150+
provider: 'sai',
146151
},
147152
};
148153

@@ -161,6 +166,7 @@ export const mockRedisgraphCommands = {
161166
],
162167
since: '1.0.0',
163168
group: 'graph',
169+
provider: 'graph',
164170
},
165171
};
166172

0 commit comments

Comments
 (0)