You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
fix hash expiration tests
This commit is contained in:
@@ -25,7 +25,7 @@ describe('HPERSIST', () => {
|
||||
testUtils.testWithClient('hPersist', async client => {
|
||||
assert.deepEqual(
|
||||
await client.hPersist('key', 'field1'),
|
||||
[ HASH_EXPIRATION_TIME.FieldNotExists ]
|
||||
[HASH_EXPIRATION_TIME.FIELD_NOT_EXISTS]
|
||||
);
|
||||
}, {
|
||||
...GLOBAL.SERVERS.OPEN,
|
||||
|
Reference in New Issue
Block a user