Tweak test label.

This commit is contained in:
jdalton
2015-06-02 21:03:58 -07:00
parent f4709ce1f0
commit e062c8c6f2

View File

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