From 3c39a8bdfccca3e421d7762c59b14f1b3483185d Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Wed, 30 Sep 2015 02:12:28 +0200 Subject: [PATCH] Remove .only --- test/commands/zadd.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {