1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
This commit is contained in:
Ruben Bridgewater
2015-09-21 22:30:35 +02:00
parent 505b3eb919
commit 07154fce25

View File

@@ -97,7 +97,7 @@ describe("The node_redis client", function () {
redis.createClient(true);
throw new Error('failed');
} catch (err) {
assert.equal(err.message, 'unknown type of connection in createClient()');
assert.equal(err.message, 'Unknown type of connection in createClient()');
}
});