We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fd06b commit 1eadbdfCopy full SHA for 1eadbdf
redisinsight/api/src/__mocks__/databases.ts
@@ -39,7 +39,6 @@ export const mockDatabase = Object.assign(new Database(), {
39
new: false,
40
compressor: Compressor.NONE,
41
version: '7.0',
42
- modules: [{ name: 'custom', version: 1 }]
43
});
44
45
export const mockDatabaseWithCloudDetails = Object.assign(new Database(), {
0 commit comments