mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Fix fp test fails due to _.cloneDeep behavior change.
This commit is contained in:
@@ -879,6 +879,7 @@
|
||||
}
|
||||
}, { 'a': [2, 3] }, value);
|
||||
|
||||
args[5] = _.omitBy(args[5], _.isFunction);
|
||||
assert.deepEqual(args, expected, 'fp.mergeWith');
|
||||
});
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user