From 5e28e38c982ec2b8d1bd1e99399ae974f0406a8c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 16 Apr 2014 20:39:50 -0700 Subject: [PATCH] Fix assert count. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index b455421c4..0808cb022 100644 --- a/test/test.js +++ b/test/test.js @@ -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'; }