You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
found another difference on Windows CI
This commit is contained in:
@@ -26,7 +26,7 @@ describe("The 'select' method", function () {
|
||||
|
||||
it("throws an error if redis is not connected", function (done) {
|
||||
client.select(1, function (err, res) {
|
||||
assert.equal(err.message, 'Redis connection gone from end event.');
|
||||
assert(err.message.match(/Redis connection gone/));
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user