We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fe822 commit 918882fCopy full SHA for 918882f
test/commands/client.spec.js
@@ -67,6 +67,7 @@ describe("The 'client' method", function () {
67
client2.end(true);
68
});
69
70
+ it('sets the name', function (done) {
71
helper.serverVersionAtLeast.call(this, client, [2, 6, 9]);
72
73
// The querys are auto pipelined and the response is a response to all querys of one client
0 commit comments