From 63b097329c363d1a6001cd9f724ee91690c9d043 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 7 Mar 2016 07:41:18 -0800 Subject: [PATCH] Minor curried label nits. [ci skip] --- test/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.js b/test/test.js index b0050991a..67ba27682 100644 --- a/test/test.js +++ b/test/test.js @@ -3714,7 +3714,7 @@ assert.deepEqual(curried(1, 2, 3, 4, 5, 6), [1, 2, 3, 4, 5, 6]); }); - QUnit.test('should return a function with a `length` of `0`', function(assert) { + QUnit.test('should create a function with a `length` of `0`', function(assert) { assert.expect(6); lodashStable.times(2, function(index) { @@ -3873,7 +3873,7 @@ assert.deepEqual(curried(1, 2, 3, 4, 5, 6), [1, 2, 3, 4, 5, 6]); }); - QUnit.test('should return a function with a `length` of `0`', function(assert) { + QUnit.test('should create a function with a `length` of `0`', function(assert) { assert.expect(6); lodashStable.times(2, function(index) {