Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f944254

Browse files
committed
Cleanup fp.curryN test label.
1 parent 30339cf commit f944254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-fp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
_.each(['curryN', 'curryRightN'], function(methodName) {
596596
var func = fp[methodName];
597597

598-
QUnit.test('`_.' + methodName + '` accept an `arity` param', function(assert) {
598+
QUnit.test('`_.' + methodName + '` should accept an `arity` param', function(assert) {
599599
assert.expect(1);
600600

601601
var actual = func(1, function(a, b) { return [a, b]; })('a');

0 commit comments

Comments
 (0)