You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Fix hungry developer typo
This commit is contained in:
@@ -29,7 +29,7 @@ describe('utils.js', function () {
|
||||
assert.strictEqual(Object.keys(b).length, 0);
|
||||
});
|
||||
|
||||
it('transform camelCase options to snack_case and add the camel_case option', function () {
|
||||
it('transform camelCase options to snake_case and add the camel_case option', function () {
|
||||
var a = utils.clone({
|
||||
optionOneTwo: true,
|
||||
retryStrategy: false,
|
||||
|
Reference in New Issue
Block a user