From e062c8c6f251afc3da4c1211f0f0f39ad5d0308c Mon Sep 17 00:00:00 2001 From: jdalton Date: Tue, 2 Jun 2015 21:03:58 -0700 Subject: [PATCH] Tweak test label. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 5cf0aae43..9c88789c1 100644 --- a/test/test.js +++ b/test/test.js @@ -13717,7 +13717,7 @@ deepEqual(rp(1), [1, undefined, []]); }); - test('should work on functions with more than 3 params', 1, function() { + test('should work on functions with more than three params', 1, function() { var rp = _.restParam(function(a, b, c, d) { return slice.call(arguments); });