1
0
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:
Leibale
2024-07-29 10:11:04 -04:00
parent 49ef273df2
commit 18ccc28c2f
9 changed files with 9 additions and 9 deletions

View File

@@ -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