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