Skip to content

Commit

Permalink
Add issue to corresponding spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Bridgewater committed Jan 16, 2017
1 parent 476e554 commit 8688986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node_redis.spec.js
Expand Up @@ -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;
Expand Down

0 comments on commit 8688986

Please sign in to comment.