You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
uncomment TIME tests
This commit is contained in:
@@ -10,9 +10,9 @@ describe('TIME', () => {
|
||||
);
|
||||
});
|
||||
|
||||
// testUtils.testWithClient('client.time', async client => {
|
||||
// const reply = await client.time();
|
||||
// assert.ok(reply instanceof Date);
|
||||
// assert.ok(typeof reply.microseconds === 'number');
|
||||
// }, GLOBAL.SERVERS.OPEN);
|
||||
testUtils.testWithClient('client.time', async client => {
|
||||
const reply = await client.time();
|
||||
assert.ok(reply instanceof Date);
|
||||
assert.ok(typeof reply.microseconds === 'number');
|
||||
}, GLOBAL.SERVERS.OPEN);
|
||||
});
|
||||
|
Reference in New Issue
Block a user