1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

added windows badge, made changes based on @BrideAr's code-review

This commit is contained in:
Benjamin Coe
2015-09-13 10:00:50 -07:00
parent 224aff9cee
commit b717c8154b
6 changed files with 27 additions and 25 deletions

View File

@@ -195,7 +195,7 @@ describe("The 'multi' method", function () {
});
it('reports multiple exceptions when they occur', function (done) {
helper.serverVersionAtLeast.bind(this)(client, [2, 6, 5]);
helper.serverVersionAtLeast.call(this, client, [2, 6, 5]);
client.multi().set("foo").exec(function (err, reply) {
assert(Array.isArray(err), "err should be an array");