Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Improve variadic code coverage
Browse files Browse the repository at this point in the history
Missed a couple of branches.
  • Loading branch information
Marcus Stade committed Oct 10, 2014
1 parent 4d700cb commit 39fb3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/variadic.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('`variadic`', function() {
})
})

each(range(1, 26), function(n) {
each(range(1, 28), function(n) {
describe('of arity '+n, function() {
var sig = slice('abcdefghijklmnopqrstuvwxyz', 0, n - 1).concat('rest')

Expand Down

0 comments on commit 39fb3aa

Please sign in to comment.