From 918882f0bf883ebae54cc4fbb4a7b4782423c327 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Mon, 23 Nov 2015 14:38:33 +0100 Subject: [PATCH] Hotfix --- test/commands/client.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/commands/client.spec.js b/test/commands/client.spec.js index db7a539ccb..e26df12ec4 100644 --- a/test/commands/client.spec.js +++ b/test/commands/client.spec.js @@ -67,6 +67,7 @@ describe("The 'client' method", function () { client2.end(true); }); + it('sets the name', function (done) { helper.serverVersionAtLeast.call(this, client, [2, 6, 9]); // The querys are auto pipelined and the response is a response to all querys of one client