1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Add issue to corresponding spec

This commit is contained in:
Ruben Bridgewater
2017-01-16 09:47:37 +01:00
parent 476e554fcd
commit 8688986051

View File

@@ -38,7 +38,7 @@ describe('The node_redis client', function () {
client.quit(done);
});
it('reset the parser while reconnecting', function (done) {
it('reset the parser while reconnecting (See #1190)', function (done) {
var client = redis.createClient({
retryStrategy: function () {
return 5;