Remove extraneous skipTest call from test.js.

Former-commit-id: 58f747ff8f8beee621038f7e06bfe3aa408f0b14
This commit is contained in:
John-David Dalton
2012-10-22 20:27:45 -07:00
parent 528aebffe4
commit 2f16f6dc23

View File

@@ -1843,8 +1843,6 @@
if (_.indexOf(returnArrays, methodName) > -1) {
deepEqual(actual, expected, '_.' + methodName + ' returns an array');
} else {
skipTest(falsey.length);
}
ok(pass, '_.' + methodName + ' allows falsey arguments');
});