Update falsey arguments assert count.

This commit is contained in:
John-David Dalton
2015-01-15 23:28:17 -08:00
committed by jdalton
parent 9ded5dc78d
commit 777311bbf5

View File

@@ -14690,7 +14690,7 @@
var acceptFalsey = _.difference(allMethods, rejectFalsey); var acceptFalsey = _.difference(allMethods, rejectFalsey);
test('should accept falsey arguments', 203, function() { test('should accept falsey arguments', 205, function() {
var emptyArrays = _.map(falsey, _.constant([])), var emptyArrays = _.map(falsey, _.constant([])),
isExposed = '_' in root, isExposed = '_' in root,
oldDash = root._; oldDash = root._;