You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
tests: remove unused parser
client option from all tests & helpers
This commit is contained in:
@@ -8,9 +8,9 @@ var redis = config.redis;
|
||||
|
||||
describe("The 'eval' 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 source = "return redis.call('set', 'sha', 'test')";
|
||||
|
||||
|
Reference in New Issue
Block a user