mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Fix typo in pad test label.
This commit is contained in:
@@ -16318,7 +16318,7 @@
|
|||||||
isPad = methodName == 'pad',
|
isPad = methodName == 'pad',
|
||||||
isStart = methodName == 'padStart';
|
isStart = methodName == 'padStart';
|
||||||
|
|
||||||
QUnit.test('`_.' + methodName + '` should not pad is string is >= `length`', function(assert) {
|
QUnit.test('`_.' + methodName + '` should not pad if string is >= `length`', function(assert) {
|
||||||
assert.expect(2);
|
assert.expect(2);
|
||||||
|
|
||||||
assert.strictEqual(func('abc', 2), 'abc');
|
assert.strictEqual(func('abc', 2), 'abc');
|
||||||
|
|||||||
Reference in New Issue
Block a user