Browse Source

Fix typo

greenkeeper-update-all
Ruben Bridgewater 9 years ago
parent
commit
07154fce25
  1. 2
      test/node_redis.spec.js

2
test/node_redis.spec.js

@ -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()');
}
});

Loading…
Cancel
Save