mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Fix assert count.
This commit is contained in:
@@ -10224,7 +10224,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should accept falsey primary arguments', 3, function() {
|
test('should accept falsey primary arguments', 4, function() {
|
||||||
function message(methodName) {
|
function message(methodName) {
|
||||||
return '`_.' + methodName + '` should accept falsey primary arguments';
|
return '`_.' + methodName + '` should accept falsey primary arguments';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user