Skip to content

Commit

Permalink
Make test idempotent
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Bridgewater committed Jun 16, 2016
1 parent 9868833 commit 0c6edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multi.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ describe("The 'multi' method", function () {
multi.exec(function (err, res) {
res[2] = res[2].substr(0, 10);
assert.deepEqual(res, ['OK', 'OK', '# Server\r\n', 'bar']);
done();
client.flushdb(done);
});
});

Expand Down

0 comments on commit 0c6edbd

Please sign in to comment.