Fix assert count.

This commit is contained in:
John-David Dalton
2014-04-16 20:39:50 -07:00
parent 0e828e5b3b
commit 5e28e38c98

View File

@@ -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';
}