Skip to content

Commit 33c792d

Browse files
fix tests
1 parent 470cfe0 commit 33c792d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/browser/keys/keys.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('KeysService', () => {
212212
});
213213

214214
describe('getKeys', () => {
215-
const getKeysDto: GetKeysDto = { cursor: '0', count: 15, countThreshold: 10000 };
215+
const getKeysDto: GetKeysDto = { cursor: '0', count: 15, scanThreshold: 10000 };
216216
it('should return appropriate value for standalone database', async () => {
217217
mockScannerStrategy.getKeys.mockResolvedValue([mockGetKeysWithDetailsResponse]);
218218

0 commit comments

Comments
 (0)