1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

found another difference on Windows CI

This commit is contained in:
Benjamin Coe
2015-09-13 01:05:50 -07:00
parent 40f535b6c6
commit 224aff9cee
10 changed files with 9 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ describe("The 'dbsize' method", function () {
it("reports an error", function (done) {
client.dbsize([], function (err, res) {
assert.equal(err.message, 'Redis connection gone from end event.');
assert(err.message.match(/Redis connection gone/));
done();
});
});