diff --git a/test/commands/zadd.spec.js b/test/commands/zadd.spec.js index 52f45ef378..8a7dd2a7df 100644 --- a/test/commands/zadd.spec.js +++ b/test/commands/zadd.spec.js @@ -9,7 +9,7 @@ describe("The 'zadd' method", function () { helper.allTests(function(parser, ip, args) { - describe.only("using " + parser + " and " + ip, function () { + describe("using " + parser + " and " + ip, function () { var client; beforeEach(function (done) {