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