You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
tests: remove unused parser
client option from all tests & helpers
This commit is contained in:
@@ -8,9 +8,9 @@ var intercept = require('intercept-stdout');
|
||||
|
||||
describe("The 'blpop' method", function () {
|
||||
|
||||
helper.allTests(function (parser, ip, args) {
|
||||
helper.allTests(function (ip, args) {
|
||||
|
||||
describe('using ' + parser + ' and ' + ip, function () {
|
||||
describe('using ' + ip, function () {
|
||||
var client;
|
||||
var bclient;
|
||||
|
||||
|
Reference in New Issue
Block a user