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 typo
This commit is contained in:
@@ -97,7 +97,7 @@ describe("The node_redis client", function () {
|
|||||||
redis.createClient(true);
|
redis.createClient(true);
|
||||||
throw new Error('failed');
|
throw new Error('failed');
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
assert.equal(err.message, 'unknown type of connection in createClient()');
|
assert.equal(err.message, 'Unknown type of connection in createClient()');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user