Skip to content

Commit 3c39a8b

Browse files
author
Ruben Bridgewater
committed
Remove .only
1 parent 025c65c commit 3c39a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/zadd.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe("The 'zadd' method", function () {
99

1010
helper.allTests(function(parser, ip, args) {
1111

12-
describe.only("using " + parser + " and " + ip, function () {
12+
describe("using " + parser + " and " + ip, function () {
1313
var client;
1414

1515
beforeEach(function (done) {

0 commit comments

Comments
 (0)