diff --git a/test/test.js b/test/test.js index 65cf0d17f..0320883d6 100644 --- a/test/test.js +++ b/test/test.js @@ -14690,7 +14690,7 @@ var acceptFalsey = _.difference(allMethods, rejectFalsey); - test('should accept falsey arguments', 203, function() { + test('should accept falsey arguments', 205, function() { var emptyArrays = _.map(falsey, _.constant([])), isExposed = '_' in root, oldDash = root._;