mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Minor wording nit in test description. [ci skip]
This commit is contained in:
@@ -2460,7 +2460,7 @@
|
||||
assert.deepEqual(_.compact(falsey.concat(array)), array);
|
||||
});
|
||||
|
||||
QUnit.test('should work when in between lazy operators', function(assert) {
|
||||
QUnit.test('should work when in-between lazy operators', function(assert) {
|
||||
assert.expect(2);
|
||||
|
||||
if (!isNpm) {
|
||||
|
||||
Reference in New Issue
Block a user