mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +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) {
|
||||
return '`_.' + methodName + '` should accept falsey primary arguments';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user