Skip to content

Commit 400c5e5

Browse files
committed
make tests great again
1 parent 5547159 commit 400c5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/__mocks__/redis-adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = {
7070
watchedHashGetSetObject,
7171
subscribe: jest.fn(),
7272
getIntegrationMode: jest.fn(() => REDIS_INTEGRATION_MODE.CF_REDIS),
73-
setClientOptions: jest.fn(),
73+
setCustomOptions: jest.fn(),
7474
_reset,
7575
_setValues,
7676
_setValue,

0 commit comments

Comments
 (0)