Fix fp test fails due to _.cloneDeep behavior change.

This commit is contained in:
John-David Dalton
2016-01-03 23:08:48 -06:00
parent 21f28bfd0d
commit 638f081390

View File

@@ -879,6 +879,7 @@
}
}, { 'a': [2, 3] }, value);
args[5] = _.omitBy(args[5], _.isFunction);
assert.deepEqual(args, expected, 'fp.mergeWith');
});
}());