Skip to content

Commit 88c9e28

Browse files
author
Ruben Bridgewater
committed
Fix test
1 parent d454e40 commit 88c9e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/multi.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe("The 'multi' method", function () {
8484
multi1.exec(function (err, res) {
8585
assert(called);
8686
assert(!err);
87-
assert.strictEqual(res, '456');
87+
assert.strictEqual(res[1], '456');
8888
done();
8989
});
9090
});

0 commit comments

Comments
 (0)