diff --git a/test/test.js b/test/test.js index 477aaff3a..9f602619f 100644 --- a/test/test.js +++ b/test/test.js @@ -15371,7 +15371,7 @@ } }); - asyncTest('_.' + methodName + ' should call `func` with the correct `this` binding', 1, function() { + asyncTest('_.' + methodName + ' should invoke `func` with the correct `this` binding', 1, function() { if (!(isRhino && isModularize)) { var object = { 'funced': func(function() { actual.push(this); }, 32)