mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Fix typo in pad test label.
This commit is contained in:
@@ -16318,7 +16318,7 @@
|
||||
isPad = methodName == 'pad',
|
||||
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.strictEqual(func('abc', 2), 'abc');
|
||||
|
||||
Reference in New Issue
Block a user