Skip to content

Commit 8688986

Browse files
author
Ruben Bridgewater
committed
Add issue to corresponding spec
1 parent 476e554 commit 8688986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node_redis.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('The node_redis client', function () {
3838
client.quit(done);
3939
});
4040

41-
it('reset the parser while reconnecting', function (done) {
41+
it('reset the parser while reconnecting (See #1190)', function (done) {
4242
var client = redis.createClient({
4343
retryStrategy: function () {
4444
return 5;

0 commit comments

Comments
 (0)