Skip to content

Commit 1eadbdf

Browse files
#RI-4882 -remove custom module
1 parent 59fd06b commit 1eadbdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisinsight/api/src/__mocks__/databases.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export const mockDatabase = Object.assign(new Database(), {
3939
new: false,
4040
compressor: Compressor.NONE,
4141
version: '7.0',
42-
modules: [{ name: 'custom', version: 1 }]
4342
});
4443

4544
export const mockDatabaseWithCloudDetails = Object.assign(new Database(), {

0 commit comments

Comments
 (0)