From 9fe6afcdcc7e55b638f97cf5b3f0df957fca28d2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 20 Feb 2016 03:24:58 -0800 Subject: [PATCH] Use `lodashStable.bind` in unzip/zip test. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': [