diff --git a/test/test.js b/test/test.js index baf9ab911..339bf4d93 100644 --- a/test/test.js +++ b/test/test.js @@ -23326,7 +23326,7 @@ lodashStable.each(['unzip', 'zip'], function(methodName, index) { var func = _[methodName]; - func = _.bind(index ? func.apply : func.call, func, null); + func = lodashStable.bind(index ? func.apply : func.call, func, null); var object = { 'an empty array': [